Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from habuma/master
Browse files Browse the repository at this point in the history
Updated Facebook's connection support to reflect recent changes in Spring Social Core
  • Loading branch information
habuma committed Aug 9, 2012
2 parents c157a35 + 4154de0 commit e864f28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class FacebookOAuth2Template extends OAuth2Template {

public FacebookOAuth2Template(String clientId, String clientSecret) {
super(clientId, clientSecret, "https://www.facebook.com/dialog/oauth", "https://graph.facebook.com/oauth/access_token");
setUseParametersForClientAuthentication(true);
}

@Override
Expand Down

0 comments on commit e864f28

Please sign in to comment.