Skip to content

Commit

Permalink
token.redirectUri missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lyhcode committed Jan 16, 2013
1 parent b8946c6 commit d4de3ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public class FacebookAuthProvider implements AuthenticationProvider, Initializin
}

if (!freshToken) {
//freshToken = facebookAuthUtils.getAccessToken(token.code)
freshToken = facebookAuthUtils.getAccessToken(token.code, token.redirectUri)
}

Expand Down

0 comments on commit d4de3ec

Please sign in to comment.