2016-09-28 50 views
1

前不久我用下面的請求,以獲得我的應用程序獲取一些數據:Instagram的API標籤搜索查詢停止最近更新後的工作

https://api.instagram.com/v1/tags/mytag/media/recent?access_token=mytoken

現在我招呼着如下回應:

{"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."}} 

看來我必須讓我的應用程序批准Istagram才能訪問我想要的數據。

那麼這是目前唯一支持我的應用程序工作的方式嗎?

我很感激任何幫助。

乾杯

回答