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);
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);