use*_*021 1 angularjs instagram-api
我正在访问Instagram API以显示来自特定帐户的内容,但是我收到此错误:
/**/ JSON_CALLBACK({"meta":{"error_type":"OAuthAccessTokenException","code":400,"error_message":"The access_token provided is invalid."}})
Run Code Online (Sandbox Code Playgroud)
我在https://www.instagram.com/developer/注册了我的应用程序
在这里访问时比特我得到上面的错误:
var endpoint = "https://api.instagram.com/v1/users/" + user_id + "/media/recent/?";
endpoint += "?count=99";
endpoint += "&client_id=" + client_id;
endpoint += "&callback=JSON_CALLBACK";
Run Code Online (Sandbox Code Playgroud)
您无法再访问此API client_id,您必须进行身份验证,获取access_token和调用API access_token,请参阅此端点的文档:https:
//www.instagram.com/developer/endpoints/users/#get_users_media_recent
| 归档时间: |
|
| 查看次数: |
8108 次 |
| 最近记录: |