Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

LinkedIn #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey there,

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

Thanks in advance!

Tom

Original issue reported on code.google.com by tom.shap...@whitesourcesoftware.com on 14 Sep 2011 at 12:17

GoogleCodeExporter commented 9 years ago
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.

Original comment by jasonhall@google.com on 14 Sep 2011 at 1:16

GoogleCodeExporter commented 9 years ago
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

Original comment by laneymi...@gmail.com on 15 Jan 2014 at 2:41