Using Linkedin to Log In to Your Own iPhone Application

I understand this a lot, and I found Linkedin integration in an iPhone app that can be used for sharing.

But my requirement is a little different, I need to do the following: -

  • When I open my own application for the iPad, I want to use "Login using a linked account"
  • The user enters their Linked in credentials, and as soon as they are authenticated / verified, the control returns to its own iPad application.
  • The user continues to explore the rest of the application.

Now I have found some links explaining how to use the "Login using the Linkedin function", but for websites I cannot find anything about how to enter my own application using the LinkedIn credentials

+4
source share
2 answers

On the libraries and tools page on this developer's site: https://developer.linkedin.com/documents/libraries-and-tools

There is a link to an example iOS client application: https://github.com/synedra/LinkedIn-OAuth-Sample-Client

This application includes OAuth dance, as well as examples of read and write actions, and can be used as an example of OAuth implementation in the application.

+3
source

LinkedinIOSHelper you can use this library if you want. This is my library well written documentation to make it easy to understand.

0
source

Source: https://habr.com/ru/post/1402842/


All Articles