I am creating a user login tool on my google + account and a list of all the communities they have created or joined. I had day after day and I read google + api links, but I could not find information about:
- API URL for accessing user-created or related details,
- Request parameters for such a request
My tool has already managed to execute oauth login and get access_token and is ready to make any API call. But now I'm stuck trying to find the correct Url and requirements for making the API call as I wanted.
Please, help
source
share