Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Photo Browser iPhone App Connecting to an API using OAuth Connecting to Instagram

Khoi Vu
Khoi Vu
2,654 Points

I have this error when using OAuth Instagram

I have my client ID pasted in but when I ran the app on the simulator, it shows the error below. My codes are exactly identical with those from the tutorial.

"

{"code": 403, "error_type": "OAuthForbiddenException", "error_message":"Implicit authentication is disabled"}

"

1 Answer

Go to Manage clients under instagram/developer. Then click edit under your app and uncheck Disable Implicit OAuth. It will now work as intended.

https://teamtreehouse.com/forum/oauth-error-403

Khoi Vu
Khoi Vu
2,654 Points

Thanks a lot. I got it fixed :)