Jihan
Jihan

Reputation: 95

Get Linkedin OAuth2 access token from token and token secret in Android

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

Answers (1)

Justin Kominar
Justin Kominar

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

Related Questions