【发布时间】:2016-09-22 07:01:52
【问题描述】:
在我的codeigniter 项目中,我尝试使用Instagram API 进行登录。
This 是我正在使用的库。
但进入登录页面时,却显示错误
{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "你不是这个客户端的沙盒用户"}
示例网址是
https://www.instagram.com/oauth/authorize/?client_id=[client ID]&redirect_uri=[your url]&response_type=code
为什么会这样?任何帮助都将不胜感激
【问题讨论】:
-
首先生成访问令牌:follow this: jelled.com/instagram/access-token
-
阿伦成功了吗?
标签: php login codeigniter-2 instagram-api