Oauth 2.0 authorization for LinkedIn in Android
Even though there is no such android specific sdk from linkedIn(like facebook and twitter sdk for android).Setting up linkedIn authorization with Oauth 1.0 was still easy using: scribe-java Social-auth for android. And the list of tools here. But its not the same story for authorization with Oauth2.0. Not too many usefull libraries or android specific examples. I tried using these: Android Oauth-client tnj . I have read that Oauth 2.0 is much simpler to implement than the 1.0. Still I am not able to do so. Any pointers towards implementing Oauth2.0 for LinkedIn in Android? Oauth2.0