Graph api explorer - 什么是“with”修饰符

时间:2013-02-21 09:22:32

标签: facebook facebook-graph-api facebook-fql facebook-field-expansion

Facebook Graph API explorer中,有一个“with”修饰符(以及since,filter,limit等)。
它用于什么?

1 个答案:

答案 0 :(得分:3)

您可以使用with修饰符来过滤包含附加位置的帖子。

来自Facebook

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

适用于Feed(Wall Posts),帖子(用户自己的帖子)和家庭(News Feed)。