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

Change to Instagram API hinders access to public content

Recently, Instagram changed its API to introduce a Sandbox Mode that limits the access to public Instagram content before an app actually get approved by Instagram. Therefore, I got a 400 error when I tried to run the app at the end of this video.

In order to ensure that I could continue with the course, I just opted to access my own Instagram photos through this URL:

https://api.instagram.com/v1/users/self/media/recent/?access_token=ACCESS-TOKEN

Matt Pallotta
Matt Pallotta
5,333 Points

Simon, I'm have having this same issue. Where/how did you incorporate this url into your project?