When ever i try to retrieve the google plus post of a particular user, i get the following message
{ "error": { "errors": [ { "domain": "buzz", "reason": "backendError", "message": "Backend Error" } ], "code": 503, "message": "Backend Error" } }
The query fails only for few peoples (consistently) but still it's important for me, below is the query which i am using.
https://www.googleapis.com/plus/v1/people/"user_id"/activities/public? maxResults=100&key="Api_key"
And when ever i try to retrieve the posts of a user for whom the above query works perfectly, i am only able to retrieve last 250 posts.
Is there a way to retrieve all the post which they have posted so far?
curl
but not fromjQuery.ajax
:-/ – Roman Nurik