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