Bromo Programmer
Bromo Programmer

Reputation: 670

Where is the api for retrieving user joined communities in Google+?

I'm creating a tool for a person to login into their google+ account and to lists all communities they were created or joined. I had googling around for a day and read google+ api references, but I couldn't find any information on:

  1. Url of the API for accessing user's created or joined comminities,
  2. Request parameters to perform such query

My tool has already succeed to perform oauth login and get access_token and ready to make any API call, But now I'm stuck trying to find the right Url and requirements to perform the API call as I wanted.

Please help

Upvotes: 3

Views: 187

Answers (1)

abraham
abraham

Reputation: 47833

There currently is no API method to do this. If you would like to see such a feature added, you can star this feature request.

Upvotes: 2

Related Questions