Reader small image

You're reading from  iOS Forensics Cookbook

Product typeBook
Published inJan 2016
Publisher
ISBN-139781783988464
Edition1st Edition
Tools
Concepts
Right arrow
Authors (2):
Bhanu Birani
Bhanu Birani
author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

Mayank Birani
Mayank Birani
author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani

View More author details
Right arrow

Integration with Instagram


Now, we'll use Social.framework to integrate Instagram into our application.

Getting ready

For Instagram integration, we will continue with the preceding project. Open the project and redesign the storyboard. Add another button after Facebook, Twitter, and LinkedIn. Drag one more view controller from the inspector element and drop it onto the canvas. Design the new view according to the following screenshot. Drag two buttons from the interface builder and name them Login and Logout respectively.

How to do it...

  1. Add a new file class in our project and name it InstagramLoginViewController. Make this class the owner of the newly created view controller. Then, link the button to this class as the action method

  2. Now, we have to register our app to the Instagram Developers site as we did in previous integrations. Go to http://instagram.com/developer/register/ and register your app.

  3. After a successful registration, Instagram will give you a client ID; save it somewhere, as we...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
iOS Forensics Cookbook
Published in: Jan 2016Publisher: ISBN-13: 9781783988464

Authors (2)

author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

author image
Mayank Birani

Mayank Birani has more than 4 years of experience in the software industry. He was a star from the beginning of his career, and he worked with many start-ups. Soon after graduation, he started working on iOS/Mac technologies and is an R&D engineer for Apple Inc. India. He has an inherent passion for coding and developing applications to make the world a better place. He has contributed actively to many start-ups with revolutionary ideas. In the early stages of his career, he was the sole author of Learning iOS 8 for Enterprise by Packt Publishing.
Read more about Mayank Birani