Google Buzz API - How do I access my entire followers ? - Google Error -


in google buzz api, need followers. let's assume have 1000 followers. google buzz api allows me 100 followers, there no paging varaible in api. , limited set max-results 100. if put max-results 1000, google automatically reduce 100. how can followers in api

https://www.googleapis.com/buzz/v1/people/@me/@groups/@following?alt=json

thanks

sreeraj

according http://code.google.com/apis/buzz/v1/using_rest.html#query-params there c parameter in addition max-results. defined

an opaque continuation token allows paginating through large collection of entries.

you receive 'c' value on fist request, , passing in subsequent requests give them proper offset.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -