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?
source
share