lio*_*rko 6 python instagram-api
---------- EDITTED -----------------------
当我尝试将下一个请求发送到API时:
https://api.instagram.com/v1/tags/nofilter/media/recent?access_token=MY_TOKEN
Run Code Online (Sandbox Code Playgroud)
以下错误apeear:
{"meta":{"error_type":"OAuthPermissionsException","code":400,"error_message":"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."}}
Run Code Online (Sandbox Code Playgroud)
当我试图通过Instagram的安全屏幕(https://instagram.com/developer/clients/MY_CLIENT/edit/)更改应用程序的范围时,会显示以下消息:
We will start accepting Permissions Review submissions after Dec 3, 2016.
Run Code Online (Sandbox Code Playgroud)
---------- EDITTED -----------------------
我正试图通过我的python应用程序从Instagram API检索数据.当我向Instagram API发送HTTP请求时,它会返回下一个错误:
{"meta":{"error_type":"OAuthAccessTokenException","code":400,"error_message":"The access_token provided is invalid."}}
Run Code Online (Sandbox Code Playgroud)
我的代码附后:
def parseData(self,hashtag):
url = "https://api.instagram.com/v1/tags/" + hashtag + "/media/recent?client_id=" + self.CLIENT_ID
content = urllib2.urlopen(url).read()
data = json.load(content)
Run Code Online (Sandbox Code Playgroud)
我试图获得一个新的身份验证密钥,但我有同样的错误
小智 4
您的应用是在 11 月 17 日之后创建的,因此需要在上线前进行审核。
2015 年 11 月 17 日之前创建的应用只需在 2016 年 6 月之前提交审核。我们建议您更新产品并尽早开始提交流程,以避免服务中断。
供审查提交
如何提交权限审核
Run Code Online (Sandbox Code Playgroud)Go to Manage Clients and select the app you'd like to submit for Permissions Review Click the Permissions tab Click the Start Submission button Describe the purpose of your application and how you intend to use each permission