Reputation: 95
I am using linkedin-j. I am using Oauth flow as following to fetch token and token secret. How can I get this oauth2_access_token from token and token secret to call these APIs mannually?
Upvotes: 1
Views: 1577
Reputation: 3374
LinkedIn recently launched an official Android SDK which facilitates the authentication work for you, that might simplify this process for you.
https://developer.linkedin.com/docs/android-sdk
Upvotes: 1