0
votes

friends,

how we can grab posts and comments from gplus business page ? My page link look like https://plus.google.com/b/xxxxxxxxx/ .

I got the api to get details from an account using the following method. https://www.googleapis.com/plus/v1/people/108189587050871927619/activities/public?key=yourAPIKey

but i couldnt find any thing for business page. am using php for developing the code.

Thanks in advance..

1

1 Answers

1
votes

A page is a "user" like any other - grab the ID displayed in the URL when you're browsing the page's posts, and look up the public posts for that id.