Google+ HTTP API returns less activities than supposed to -


i've been using google plus http api several weeks , i'm experiencing strange issue.

when try retrieve public activities community: https://plus.google.com/communities/115653528125420367824, 4 results, no more. i've tried increasing maxresult parameter of request doesn't change anything...

and when use nextpagetoken retrieve missing activities, "items" field of response empty.

you can try google apis explorer here: https://developers.google.com/apis-explorer/#p/plus/v1/plus.activities.list?userid=115653528125420367824&collection=public see 4 activites returned , next page of result empty.

this strange , happened recently, used work fine. maybe caused fact content of activities of community contains stringified json object. think?

the activities methods supported retrieving posts users , google+ pages. not supported use communities , should not expected work correctly. there no guarantee behavior while might have worked or works in cases today continue work in future.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -