【问题标题】: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 修饰符是一样的

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


【解决方案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 只有一个吗?
猜你喜欢
  • 1970-01-01
  • 2021-11-21
  • 2012-05-14
  • 1970-01-01
  • 2014-09-14
  • 1970-01-01
  • 2011-04-12
  • 2012-01-28
  • 2011-04-02
相关资源
最近更新 更多