How do I verify the OAuth LinkedIn login on a mobile device?

I have a mobile application that uses the LinkedIn OAuth API to allow users to log in using LinkedIn.

Given that the entire login transaction is happening on the mobile device, how can my server confirm that the login was really successful?

+5
source share

All Articles