facebook墙搜索

时间:2011-09-01 11:21:29

标签: facebook facebook-wall

我遇到了开发人员的facebook graph api

https://graph.facebook.com/

其中还提供搜索服务:

All public posts: https://graph.facebook.com/search?q=watermelon&type=post
People: https://graph.facebook.com/search?q=mark&type=user
Pages: https://graph.facebook.com/search?q=platform&type=page
Events: https://graph.facebook.com/search?q=conference&type=event
Groups: https://graph.facebook.com/search?q=programming&type=group
Places: https://graph.facebook.com/search?q=coffee&type=place&center=37.76,122.427&distance=1000
Checkins: https://graph.facebook.com/search?type=checkin

但是我找不到允许搜索特定用户墙的选项?

1 个答案:

答案 0 :(得分:0)

要阅读特定用户的墙,您需要获得 read_stream 权限。有关此权限以及如何使用该权限的详细信息,请参阅FB docs