Skip to content

Commit

Permalink
fix(providers): update Facebook OAuth dialog API
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 6, 2024
1 parent b166f18 commit 5dec6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/providers/facebook.ts
Expand Up @@ -85,9 +85,9 @@ export default function Facebook<P extends FacebookProfile>(
name: "Facebook",
type: "oauth",
authorization: {
url: "https://www.facebook.com/v15.0/dialog/oauth",
url: "https://www.facebook.com/v19.0/dialog/oauth",
params: {
scope: 'email',
scope: "email",
},
},
token: "https://graph.facebook.com/oauth/access_token",
Expand Down

0 comments on commit 5dec6fd

Please sign in to comment.