gorbin / ASNE

ASNE library for simple integration of social networks: Twitter, Facebook, Google Plus, LinkedIn, Instagram, Vkontakte, Odnoklassniki
883 stars 227 forks source link

LinkedIn login "invalid uri" #63

Open Salma7amed opened 9 years ago

Salma7amed commented 9 years ago

When trying to login with linkedIn. I get error message "invalid redirect_uri. This value must match a URL registered with the API Key." in the webview.

ricardolonga commented 9 years ago

On my MainFragment:

String LINKEDIN_CALLBACK_URL = "https://github.com/ricardolonga/open-networking";

On "OAuth 2.0 Redirect URLs:" (OAuth User Agreement):

"https://github.com/ricardolonga/open-networking";

For me, it's worked.