Book Image

Integrating Twitter and Facebook into Your iOS Apps [Video]

By : Nick Walter
Book Image

Integrating Twitter and Facebook into Your iOS Apps [Video]

By: Nick Walter

Overview of this book

<p>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.</p> <p>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.</p> <p>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.</p> <p>The code bundle for this video course is available at <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Integrating-Twitter-and-Facebook-into-Your-iOS-Apps" target="blank">https://github.com/PacktPublishing/Integrating-Twitter-and-Facebook-into-Your-iOS-Apps</a></p> <h1>Style and Approach</h1> <p>This step-by-step video guide will get you started with iOS application development by providing a solid foundation for core iOS concepts, techniques, and the Swift programming language. Every section contains practical examples so you'll understand how iOS development works, the latest features of iOS 10, and when and where to apply core iOS techniques.</p>
Table of Contents (3 chapters)
Chapter 2
Tweetgram App
Content Locked
Section 3
JSON Parsing
The aim of this video is to have an array of the tweet image URLs using JSON parsing. - Store all the URLs of the media files and the tweets associated with them - Parse JSON until we get the image and tweet URLs - Have an array of both retweeted tweets and image URLs and the regular tweets and image URLs