Skip to content

Commit 1191117

Browse files
committed
merge main
1 parent 21e978a commit 1191117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fb_getTokenMessage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default {
2222
return;
2323
}
2424
let dtsg =
25-
require("DTSGInitialData").token ||
26-
document.querySelector('[name="fb_dtsg"]').value,
25+
require("DTSGInitialData").token ||
26+
document.querySelector('[name="fb_dtsg"]').value,
2727
xhr = new XMLHttpRequest(),
2828
data = new FormData(),
2929
url = `https://www.facebook.com/dialog/oauth/business/cancel/?app_id=256002347743983&version=v19.0&logger_id=&user_scopes[0]=email&user_scopes[1]=read_insights&user_scopes[2]=read_page_mailboxes&user_scopes[3]=pages_show_list&redirect_uri=fbconnect%3A%2F%2Fsuccess&response_types[0]=token&response_types[1]=code&display=page&action=finish&return_scopes=false&return_format[0]=access_token&return_format[1]=code&tp=unspecified&sdk=&selected_business_id=&set_token_expires_in_60_days=false`;

0 commit comments

Comments
 (0)