Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8451241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:11:05+00:00 2026-06-10T11:11:05+00:00

My API call with maxResults=8 returns just 6 items, whereas on the googleplus site

  • 0

My API call with maxResults=8 returns just 6 items, whereas on the googleplus site search there are clearly more results.
Also when setting the max-results up to like 20 i get more results.

So why am i just receiving six items, when there would be 8 possible?

My call:
https://www.googleapis.com/plus/v1/activities?query=gamescon&key=mykey&orderBy=recent&maxResults=8&fields=items(actor(displayName),kind,object(attachments(content,image(type,url),url),content,objectType),published,title,url,verb)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T11:11:06+00:00Added an answer on June 10, 2026 at 11:11 am

    The Google+ API guarantees that the number items in the response will not exceed the requested maxResults, but it doesn’t guaranteed that many results in the response. If a nextPageToken field is available in the first page of results, use that for an additional page of results.

    You need to capture the nextPageToken field in JSON response. Take this page token, and make another request with that pageToken.

    Example, make a request for:

    https://www.googleapis.com/plus/v1/activities?query=gamescon&key=mykey&orderBy=recent&maxResults=8&fields=nextPageToken,items

    Response:

    {
     "nextPageToken": "xyz",
     "items": [
       ...
     ]
    }
    

    Take the nextPageToken in that response and include it in your next request as the pageToken query parameter.

    https://www.googleapis.com/plus/v1/activities?query=gamescon&key=mykey&orderBy=recent&maxResults=8&pageToken=xyz&fields=nextPageToken,items

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an API call on Linux which returns currently opened TCP connections on
I'm working on an API call with Flickr, that returns results per photo like:
Is there an API call for Crystal Reports 8.5 that will generate a TTX
Is there a Windows API call or Delphi call that will tell me what
I have an API call that returns a byte array. I currently stream the
Is there a windows API call or some way to translate the paths of
I am using Last.fm get event by venue API call. It returns an XML
Is there a Win32 API call that detects the current hardware acceleration level of
Would be great to get an API call that returns a list of users
Is there an API call, and if so, which call to get the 'posts

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.