In my codeigniter
project I am trying to use Instagram API
for log in.
This is the library which I am using.
But when going to the login page, it is showing error
{"code": 403, "error_type": "OAuthForbiddenException", "error_message": "You are not a sandbox user of this client"}
The sample url is
https://www.instagram.com/oauth/authorize/?client_id=[client ID]&redirect_uri=[your url]&response_type=code
Why it is working like this? Any help could be appreciated