我遇到过面向开发者的facebook图形api。
在其他服务中,它还提供搜索服务:
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¢er=37.76,122.427&distance=1000
Checkins: https://graph.facebook.com/search?type=checkin然而,我找不到允许搜索特定用户的墙的选项?
发布于 2011-09-01 20:14:49
为了读取特定用户的墙,您需要获得read_stream权限。有关此权限以及如何使用的详细信息,请参阅FB docs。
https://stackoverflow.com/questions/7269580
复制相似问题