如何使用 api 获取 instagram 上的影响者列表?
How to get the influencer list on instagram using api?
"https://api.instagram.com/v1/tags/{tagname}?access_token=abacdefg223bjdh"
它给出了类似
的错误信息
This request requires scope=public_content, but this access token is
not authorized with this scope. The user must re-authorize your
application with scope=public_content to be granted this permissions.
在沙盒模式下,它没有给予任何许可
您必须在请求令牌时添加范围。你可以在这里参考这个答案:
"https://api.instagram.com/v1/tags/{tagname}?access_token=abacdefg223bjdh"
它给出了类似
的错误信息This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions.
在沙盒模式下,它没有给予任何许可
您必须在请求令牌时添加范围。你可以在这里参考这个答案: