How to use Facebook Graph API to read Instagram user
I tried to use Graph API Explorer to read an Instagram user.
Visit https://developers.facebook.com/docs/graph-api/reference/instagram-user/
I ticked every permission to generate the access token. Also, I linked my Instagram account to Facebook account. However, response still showed as 'Unsupported get request'.
graph api explorer output
Anyone can help? Thanks.
Facebook has just released a new version of their graph API (v2.10) that now contains a new Instagram API that has new permissions that should allow you to read an Instagram user.
instagram_basic
instagram_manage_comments (optional)
instagram_manage_insights (optional)
However, these permissions are currently limited to Instagram business users that also have a Facebook business account with an ad account linked to it.
尽管文档描述了这一功能,但我的猜测是,他们在修改Instagram API时将其删除,并在2016年6月明显限制了功能。
如果您尝试获取发布评论的用户的用户名,则可以在通过媒体api检索评论时获取它*请参阅此处的“注释”部分:instagram用户
链接地址: http://www.djcxy.com/p/32680.html上一篇: 制作一个接受命令的脚本