The app i was trying to create called "Popularity Check" would list
down owners friends with sorting and paging capability on data-
points count of friends, coolness rating , sexy rating, etc.
Seems like none of these is possible right now.
What i am trying to do , does that qualify as social app at all ?
- Sushant -
On Sep 10, 5:16 pm, Jason <
apija...@google.com> wrote:
> No, you can only get the list of friends for the application owner
> (OWNER) or the current user (VIEWER) and only if the current user has
> the application installed. You cannot get the friends of an arbitrary
> user at this time, so counting the number of friends of each friend in
> your friend list isn't possible, at least not directly.
>
> newFetchPersonRequest and newFetchPeopleRequest can take in a single
> OpenSocial ID and array of IDs respectively, but these fetch data for
> the persons corresponding to the IDs, NOT the friends of these
> persons. And if a given person does not have the application
> installed, no personal information (e.g. name, gender, etc.) will be
> accessible to your application, making it mostly useless.
>
> - Jason
>
> On Sep 9, 5:15 am,sushant<
sushant.s...@gmail.com> wrote:
>
> > I saw this links. As per specs of open-social 0.7 i should be able
> > to pass Id or array of Ids to get Friends list. I am not sure if
> > this is a bug or per design.
>
> > Basically i want to count the number of friends each of my friends
> > have. Is there anyway i can do that ?
>
> > -sushant -