Export to GitHub

gwt-oauth2 - issue #9

LinkedIn


Posted on Sep 14, 2011 by Swift Bird

Hey there,

This library looks great. I would like to see an example with LinkedIn.

Thanks in advance!

Tom

Comment #1

Posted on Sep 14, 2011 by Helpful Giraffe

I'd love to have a sample for LinkedIn, unfortunately it looks like in their docs that they only support OAuth 1.0a (http://developer.linkedin.com/documents/oauth-overview)

If LinkedIn begins supporting OAuth 2.0 (in particular the user-agent flow) then I'll definitely add a sample for it.

Comment #2

Posted on Jan 15, 2014 by Happy Cat

LinkedIn supports Oauth 2.0 now, but it looks like their response_type=code instead of token and this seems to cause linkedin to reject the auth_url created by AuthRequest.

I may try refactoring some of AuthRequest to provide an auth_url with response_type=code or token

Status: Invalid