I am trying to get user profile information such as people in circles, interest, feeds, plusoners and reshares.
I tried during a lot of time and it was imposible to me getting interest and people in circles.
In Google Domains API there is a way to get all people from circles but even with OAuth shows this error:
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Forbidden"
}
],
"code": 403,
"message": "Forbidden"
}
I think that the poblem is that Google only provides this information if you are a G Suite user, not a Google 'normal' user.
About the interest, I have no idea.
Anyone knows how to get this info (interests and people in circles) from Google Plus API?
Sorry for my english :(