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 Introducing API and OAuth 2.0

Jack Campbell
Jack Campbell
1,822 Points

Is there anyway to get around to API. I want my app to be totally separate from Instagram. Can I skip this step?

Can someone please get me an answer so I can move on!?

1 Answer

Stone Preston
Stone Preston
42,016 Points

well this app is designed to use the instagram API as it gets all the content from instagram. Are you saying you want to make an app thats like instagram but does not use anything thats connected to instagram? if so this course is not really going to show you how to do that as this app does not have its own backend. it uses instgrams servers to retrieve its data.

To make your own version of an app like instagram you would have to create a backend that stores users and photos, write code that allows users to sign up, in and out. write more code that allows a user to post a photo and add followers etc. Handle the uploading of data to the backend. Its a long process.

the Build A Self Destructing Message App Course covers creating an app with a backend using Parse.com. That course shows you how to allow users to sign up, in and out as well as upload data and retrieve it from a backend. I recommend checking that course out if you havent already. It will cover a lot of what you need to know to make an app like instagram.

Jack Campbell
Jack Campbell
1,822 Points

Thats great thanks so much for your help!

Stone Preston
Stone Preston
42,016 Points

ive edited my answer to provide some more information. check out the Build A Self Destructing Message App Course course to learn how to work with your own backend using Parse.com