Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从 Graph API 获取帖子的位置?
https://graph.facebook.com/[SOME_ID_THAT_I_HAVE_ACCESS_ON]/posts?limit=10&offset=0&access_token=[TOKEN];
这将检索用户的所有帖子,但检索到的数据没有位置/地点字段。
是否可以获得所有帖子的位置(如果由用户指定)?
注意:我在一个测试帐户上测试了上述内容,我在该帐户上发布了所有帖子并与位置共享。
您需要该字段read_stream的权限。place
read_stream
place
http://developers.facebook.com/docs/reference/api/post/