2
votes

I need to find out number of people who circled my Google+ account using Google API+. Well, currently my Google+ account is circled by 84 peoples.

I tried using this people->get API to retrieve my profile. https://developers.google.com/+/api/latest/people/get

All data are fine except this "circledByCount". It just returns NULL.

Does it require special permission to show up? Btw, I'm using "login" and "email" scope to retrieve the data.

Thanks

4

4 Answers

0
votes

You cannot get the circle by count for people it's only for pages

Check here

And here for the Nov 2012 release notes on the feature:

1
votes

It now works for people too (as well as pages). See this post:
https://plus.google.com/+GerwinSturm/posts/CcVdibqsqNC

But it is still limited: it only counts public followers, regardless of what permissions (scopes) you may have.

0
votes

Looking at the matter, I have found that in the call in before "circlesByCount" showed, it has changed and now this field does not appear. I think now these data are provided by the Google Domains API, but whenever I try to test the API, it returns "Error 403 forbidden" and in the documentation "You do not have permission", so I'm not entirely sure.

0
votes

I was getting this information via API up until 12/13/2013. Its been MIA since then.