In my project, codeigniterI try to use Instagram APIto enter.
codeigniter
Instagram API
This is the library I use.
But when you go to the login page, an error is displayed
{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a member of this client's sandbox"}
URL example
https://www.instagram.com/oauth/authorize/?client_id=[client ID]&redirect_uri=[your url]&response_type=code
Why does it work like this? Any help could be appreciated
According to this error:
{ "code": 403, "error_type": "OAuthForbiddenException", "error_message": " " }
Sandbox:
1:
http://instagram.com/developer ", " ", , - " ".
2:
OAuth redirect_uri " http://localhost" . Disable implicit OAuth
OAuth redirect_uri
Disable implicit OAuth
3:
" ", Access Token API , URL-:
https://instagram.com/oauth/authorize/?client_id=[CLIENT_ID_HERE]&redirect_uri=http://localhost&response_type=token
:
: http://jelled.com/instagram/access-token
{"code": 403, "error_type": "OAuthForbiddenException", "error_message": " "}
Instagram Sandbox Users:
Sandbox Users
https://www.instagram.com/developer/clients/manage/
Manage.
Manage
Sandbox.
Sandbox
Instagram ID , , , Save. pending , .
Instagram ID
Save
pending
. Instagram https://www.instagram.com.
https://www.instagram.com/developer/clients/sandbox_invites/.
Accept.
Accept
! .
A B.
, 15 , , Chrome.
Source: https://habr.com/ru/post/1655426/More articles:Frame size initWithCoder XCode8 Size - xcode8Concurrency: how to implement an executor with inbound and outbound queues? - javaDoes Android interpretation: shortcut changed in Android Nougat (7)? - androidHow to remove from Firebase database - swiftHow to enable logging for iptables inside a docker container? - loggingBinary search as a concept for creating subset data in R - rHow to check the properties set in the controller. $ OnInit method in angular js - javascriptHow to run $ onInit or $ onChanges in unit testing an Angular component controller? - angularjsDoes the statistics of the compute tables in the hive or impala accelerate the apache spark? - hivePHP - generate functions from an array of strings - phpAll Articles