3

Facebook Graph API エクスプローラーには、"with" 修飾子があります( since、filter、limit などと共に)。
それは何のために使用されますか?

4

1 に答える 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 に答える