在Facebook Graph API explorer中,有一个“with”修饰符(以及 since、filter、limit 等)。
这有什么用途?
问问题
2566 次
1 回答
3
您可以使用with
修饰符过滤包含附加位置的帖子。
来自脸书:
You can retrieve only posts with a location attached by adding with=location to the URL parameters:
https://graph.facebook.com/me/home?with=location
适用于提要(墙帖)、帖子(用户自己的帖子)和主页(新闻提要)。
于 2013-02-21T10:27:58.557 回答