I'd like to be able to retrieve all the buzz comments from an url shared on
Google Buzz. In order to do that, I'm thinking about calling this entry point
with a new "url" parameter:
https://www.googleapis.com/buzz/v1/activities/search?key=key&url=http://example.
com/article
Result would be a list of all the buzz activities that I could fetch by id to
display all the comments.
Of course, number of activities returned should be the same as the count
endpoint:
https://www.googleapis.com/buzz/v1/activities/count?key=key&url=http://example.c
om/article
Original issue reported on code.google.com by beaufort.francois on 13 Jan 2011 at 1:59
Original issue reported on code.google.com by
beaufort.francois
on 13 Jan 2011 at 1:59