0

My app needs to generate a list of friends for the logged in user, as well as the friends of the friends. The logged in user has authorized the app. So I have no trouble getting their friends. When I make the /friends/ call to the API using one of the friends' IDs, I get this error message:

Can't lookup all friends of [FB ID]. Can only lookup for the logged in user or the logged in user's friends that are users of your app.

I knew that the public visibility of one's friends is a configurable setting for each individual user, but if I understand this message correctly it means that you simply cannot do what I'm trying... ever.

Question #1: Is this true? Is there simply no way to lookup someone's friends' friends? Question #2: If it's not possible, how do sites like Glassdoor.com manage this exact functionality?

4

1 回答 1

1

您无法获取正在使用该应用程序的人的朋友的朋友。

Glassdoor.com 向用户的朋友发送邀请,当有人接受时,他们只需获得他的朋友,因为他成为他们应用程序的用户。

于 2012-04-30T15:55:05.030 回答