0

Does anyone know if there is anyway possible to access a friend of my friends photos with GraphAPI or FQL?

I can't seem to get images of friends of friends. Seems weird that my app can't but the images are displayed on my Facebook wall/posts. The fact that if I login to Facebook in a web browser and I can see the images seems to prove that it isn't really a privacy issue.

Any suggestions would be greatly appreciated, thanks!

4

1 回答 1

0

我尝试使用 Facebook 图形 API 资源管理器来获取我朋友的朋友。我的输入是

     /friendid/friends

API Explorer 引发以下异常

 {
    "error": {
    "message": "Unsupported operation",
    "type": "FacebookApiException",
    "code": 100
     }
 }

似乎没有可用的访问令牌来获取朋友的朋友..

所以使用 Graph Api 是不可能的。

于 2013-05-02T12:36:13.320 回答