Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
iOS Forensics Cookbook

You're reading from   iOS Forensics Cookbook Over 20 recipes that will enable you to handle and extract data from iOS devices for forensics

Arrow left icon
Product type Paperback
Published in Jan 2016
Publisher
ISBN-13 9781783988464
Length 184 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Bhanu Birani Bhanu Birani
Author Profile Icon Bhanu Birani
Bhanu Birani
Mayank Birani Mayank Birani
Author Profile Icon Mayank Birani
Mayank Birani
Arrow right icon
View More author details
Toc

Integrating with LinkedIn

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

Getting ready

For LinkedIn integration, we will continue with the preceding project. Open the project and redesign the storyboard. Add another button with the Facebook and Twitter buttons. Drag one more view controller from the inspector element and drop it on the canvas. Design the new view according to the following screenshot. There, we have two labels, two buttons, and one text view.

Getting ready

How to do it...

  1. Add a new class for the new view (for example, LinkedinViewController). Make a connection for the UI element, and our LinkedinViewController.h file looks like the following screenshot:
    How to do it...
  2. Now, we need to register our app on the LinkedIn developer site. Go to https://www.linkedin.com/secure/developer and add your application. There we will get an API key and secret key, which will need in our code.
    How to do it...
  3. After registering our app, we need to download the third-party library for integration of LinkedIn...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image