Get it here
https://github.com/crino/instagram-ios-sdk
Errs:
{ "code": 403, "error_type": "OAuthForbiddenException", "error_message": "Implicit authentication is disabled" }
Follow these steps:
{ "code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect URI" }
Make sure REDIRECT URI is set to ig[clientId]://authorize
while registering application on Instagram website.
https://github.com/crino/instagram-ios-sdk
Errs:
{ "code": 403, "error_type": "OAuthForbiddenException", "error_message": "Implicit authentication is disabled" }
Follow these steps:
- Go to https://instagram.com/developer/
- Manage Clients
- Click edit on the app/webapp.
- Uncheck - Disable implicit OAuth:
- Update the settings
{ "code": 400, "error_type": "OAuthException", "error_message": "Redirect URI does not match registered redirect URI" }
Make sure REDIRECT URI is set to ig[clientId]://authorize
while registering application on Instagram website.
No comments:
Post a Comment