Skip to content

Commit

Permalink
Update facebook redirect url borismus#24
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeCT committed Aug 6, 2013
1 parent 3d73da8 commit d3b0473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here's a table that will come in handy:
</tr>
<tr>
<td>facebook</td>
<td>http://www.facebook.com/robots.txt</td>
<td>https://www.facebook.com/connect/login_success.html</td>
<td>https://graph.facebook.com/oauth/access_token</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lib/adapters/facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OAuth2.adapter('facebook', {
},

redirectURL: function(config) {
return 'http://www.facebook.com/robots.txt';
return 'https://www.facebook.com/connect/login_success.html';
},

parseAuthorizationCode: function(url) {
Expand Down

0 comments on commit d3b0473

Please sign in to comment.