Knowing a google+ profile id, get number of circles for a user using the g+ API -


i tried searching google , stackoverflow, didn't found such way!!

is there something, means in google+ api using can number of circles (public information) particular profile, have g+ id ?

i went through that, found was, 1 can public information profile, when user has authenticated app.

although in graph-api fb, afair can such public information (about posts, pages) without asking permission.

i've updated question, if guys still think doesn't conform stackoverflow community, leave me comment , i'll delete it, instead of giving negative votes. (friendly request)

[edit]

the idea not number of circles particular user, number of circles in user.

for e.g. https://plus.google.com/u/0/117907144223534027934 - in 353 circles https://plus.google.com/u/0/118337805761123404690 - in 15 circles

the number of circles person has not public information. google+ not expose user's circle structure in way. however, if has been shared publicly, can retrieve number of people have circled user. is, total number of people have added user 1 of circles. returned circledbycount part of person resource comes people.get api call.

if using google+ sign-in, can retrieve list of people user has circled through people.list api call. not count, rather list of names , ids of people user has added 1 of circles. important here api not surface information user's circle structure, meaning list flat list of users. also, authenticated user calling on behalf of can edit list of people app see when authenticate app.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -