RG
unread,Feb 11, 2012, 3:43:12 AM2/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google APIs Client Library for Objective-C
Hi,
I'm trying to figure out how to fetch the next result page for a
query. The docs say there's supposed to be a "nextPageToken" or
"nextStartIndex" property.
However, the result object is of the type "GTLAnalyticsGaData" and
only has a "nextLink" property which is set to a URL with the query
parameters (and a correct start index).
How would I retrieve the new start index from the query result object?
Can I set the "nextLink" property somewhere to execute a subsequent
query or do I have to parse the nextLink URL to extract the startIndex
myself?
Thanks!
Rico