Quantcast
Channel: Spring Community Forums - Social
Viewing all articles
Browse latest Browse all 145

Social support for LinkedIn

$
0
0
Hi,

I have been trying to connect to LinkedIn with the build snapshot version with spring core 1.0.2.

However, when the execution kicks in, it fails at the setUseParametersForClientAuthentication complaining of a No method exception. I checked the latest OAuth2Template class on github too and it does not seem to have this method. Either I am not using the correct dependencies required for LinkedIn or its not yet supported. please suggest.

thanks!

OAuth2Template oAuth2Template = new OAuth2Template(clientId, clientSecret,
"https://www.linkedin.com/uas/oauth2/authorization",
"https://www.linkedin.com/uas/oauth2/accessToken");
oAuth2Template.setUseParametersForClientAuthentica tion(true);

Viewing all articles
Browse latest Browse all 145

Trending Articles