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 trialKhoi Vu
2,654 PointsI 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
Steve Hunter
57,712 PointsGo to Manage clients under instagram/developer. Then click edit under your app and uncheck Disable Implicit OAuth. It will now work as intended.
Khoi Vu
2,654 PointsKhoi Vu
2,654 PointsThanks a lot. I got it fixed :)