Atualizar src/app/api/auth/meta/route.ts
This commit is contained in:
parent
d5997bb0d8
commit
61b5303ee5
1 changed files with 7 additions and 8 deletions
|
|
@ -23,7 +23,6 @@ export async function GET() {
|
||||||
'business_management',
|
'business_management',
|
||||||
'pages_show_list',
|
'pages_show_list',
|
||||||
'pages_read_engagement',
|
'pages_read_engagement',
|
||||||
'instagram_basic',
|
|
||||||
].join(',');
|
].join(',');
|
||||||
|
|
||||||
const authUrl = new URL('https://www.facebook.com/v20.0/dialog/oauth');
|
const authUrl = new URL('https://www.facebook.com/v20.0/dialog/oauth');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue