facebook - 获取在 facebooks instagram graph api 中发表评论的用户

标签 facebook facebook-graph-api instagram-api

我正在构建一个管理 Instagram 业务配置文件评论的应用程序,我有点惊讶似乎没有办法获取发表评论的用户的信息。

docs似乎也指向这个方向:

Reading a Comment

To read an individual comment's metadata, send a GET request to the /{instagram_comment_id} node and include any of the following fields:

...

user (only returned if the user making the query also made the comment)

那么,我是否理解无法获取在我管理的个人资料媒体上发表评论的用户的信息,或者我是否遗漏了什么?任何帮助将不胜感激。

提前致谢

最佳答案

这个 url 对我有用:

v3.0/{comment_id}?fields=id,timestamp,username,text

关于facebook - 获取在 facebooks instagram graph api 中发表评论的用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47834307/

相关文章:

facebook - 使用 Graph API 从 Facebook 获取旅行目的地

ios - 获取所有喜欢的页面按一般喜欢排序

javascript - 用户无法直接分享到他们的 Facebook 页面,只能分享到他们的个人资料

facebook-graph-api - Open Graph 操作需要多长时间才能从 'pending' 获得批准?

rest - 什么是 https ://i. instagram.com/api/v1

facebook - 警告 : Each child in an array or iterator should have a unique "key" prop. 检查 `ListView` 的渲染方法

ios - 社交网络集成如何与ios一起工作

ios - 应用程序关闭时如何显示通知(iOS)?

rest - 生成访问 token Instagram API,无需登录?

Instagram搜索用户api总是返回带有成功代码的空结果