Skip to content

Commit ff51d1b

Browse files
committed
bumped Facebook authorizationEndpoint to v12.0
1 parent f87c1c3 commit ff51d1b

5 files changed

+5
-5
lines changed

dist/vue-authenticate.esm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-authenticate.esm.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-authenticate.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-authenticate.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
facebook: {
6767
name: 'facebook',
6868
url: '/auth/facebook',
69-
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
69+
authorizationEndpoint: 'https://www.facebook.com/v12.0/dialog/oauth',
7070
redirectUri: getRedirectUri('/'),
7171
requiredUrlParams: ['display', 'scope'],
7272
scope: ['email'],

0 commit comments

Comments
 (0)