Skip to content

Commit

Permalink
updated facebook authorization endpoint to api 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Oct 30, 2015
1 parent 6a3be61 commit 720efee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion satellizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.ex
facebook: {
name: 'facebook',
url: '/auth/facebook',
authorizationEndpoint: 'https://www.facebook.com/v2.3/dialog/oauth',
authorizationEndpoint: 'https://www.facebook.com/v2.5/dialog/oauth',
redirectUri: window.location.origin + '/',
requiredUrlParams: ['display', 'scope'],
scope: ['email'],
Expand Down
Loading

0 comments on commit 720efee

Please sign in to comment.