Graph api explorer - 啥是“with”修饰符
Posted
技术标签:
【中文标题】Graph api explorer - 啥是“with”修饰符【英文标题】:Graph api explorer - what is the "with" modifierGraph api explorer - 什么是“with”修饰符 【发布时间】:2013-02-21 09:22:32 【问题描述】:在Facebook Graph API explorer 中,有一个“with”修饰符(以及since、filter、limit 等)。 它是干什么用的?
【问题讨论】:
可能有人在帖子中标记过? 我是这么想的,但是像 me/home?filter=some_filter&with=uid 这样的东西和不指定 with 修饰符是一样的 【参考方案1】:您可以使用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
适用于提要(墙帖)、帖子(用户自己的帖子)和主页(新闻提要)。
【讨论】:
您是否偶然知道是否也可以将with
修饰符用于其他过滤?是否有可以作为with
传递的可能值列表? location
只有一个吗?以上是关于Graph api explorer - 啥是“with”修饰符的主要内容,如果未能解决你的问题,请参考以下文章
Facebook Graph API Explorer 和 iOS SDK API 调用返回不同的结果
Facebook Graph API Explorer 未列出其他人上传的已标记照片
使用 Facebook Graph API Explorer 发布自定义打开图历史记录
在 PHP SDK 和 Graph API Explorer 之间获得不同的结果