Description
Learn how to integrate Twitter and Facebook APIs into iOS apps
Many apps allow users to log in to popular social networks such as Twitter and Facebook. iOS used to allow authenticating with these services on a system level but that has since changed. In this course, you will learn how to work both with Twitter and Facebook to make your app that much easier for users to work with.
We start with Twitter and discuss how to set up your application with Twitter's API. Then we move on o authenticating users with Twitter so that you can access user data. We'll then create an app called Tweetgram, where we download images from a user's Twitter feed.
Finally, you'll explore the Facebook API. Step by step, you'll install it and integrate it into your project. You'll then explore how to get data from the Facebook API.
About the Author
Nick Walter is an iOS developer who has been focused on mobile app design and creation for over 5 years. His involvement in the iOS community started off with a bang, and in 2013 he was one of the 25 students worldwide to be invited to Apple's "Cocoa Camp." Within the community, he is also co-president of an Apple developer group called "Cocoa Heads."
He has always wanted to transform brand new ideas into reality, but growing up in a small town he had limited access to the required programming resources. This led to his early interest in online education. After experimenting with various companies, learning styles, and teaching processes, he adopted the best strategies and applied them while creating his courses.
Since the announcement of the new Swift programming language by Apple, he devoted himself to the Apple documentation and any online resource that was available. Prior to teaching the internet's first course on Swift, he created five iOS apps from scratch; these are currently live in the App Store and are used by thousands of users worldwide.
Basic knowledge
Prior programming knowledge will be beneficial
What will you learn
How to create Twitter API apps
Authenticate a user with Twitter
Downloading a user's home timeline on their behalf
Working with CollectionViews
Creating a Facebook API app
Authenticating a user with Facebook
Downloading data from an API
Allowing social login in an app