0% found this document useful (0 votes)
259 views2 pages

Code 3 Dòng 956

Uploaded by

reyescheyanne108
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
259 views2 pages

Code 3 Dòng 956

Uploaded by

reyescheyanne108
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

var spinr = require("SiteData").

__spin_r;
var spint = require("SiteData").__spin_t;
var jazoest = require("SprinkleConfig").jazoest;
var fb_dtsg = require("DTSGInitialData").token;
var uid = require("CurrentUserInitialData").ACCOUNT_ID;
var lsd = require("LSD").token;
var s = require("SiteData").s;
var hsi = require("SiteData").hsi;
var dyn = require("SiteData").dyn;
var csr = require("SiteData").csr;
function generateUUID() {
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function
(_0x2981f6) {
var _0x2d62c7 = Math.random() * 16 | 0;
var _0x4a5271 = _0x2981f6 === 'x' ? _0x2d62c7 : _0x2d62c7 & 3 | 8;
return _0x4a5271.toString(16);
});
}
var triggerSessionId = generateUUID();
fetch("https://www.facebook.com/api/graphql/", {
'method': "POST",
'headers': {
'Content-Type': "application/x-www-form-urlencoded",
'Accept': "*/*"
},
'body': new URLSearchParams({
'av': uid,
'__user': uid,
'__a': '1',
'__req': 'f',
'__hs': "19947.HYP:comet_pkg.2.1..2.1",
'dpr': '1',
'__ccg': "EXCELLENT",
'__rev': "1015585054",
'__s': s,
'__hsi': hsi,
'__dyn': dyn,
'__csr': csr,
'__comet_req': '15',
'fb_dtsg': fb_dtsg,
'jazoest': jazoest,
'lsd': lsd,
'__spin_r': spinr,
'__spin_b': "trunk",
'__spin_t': spint,
'fb_api_caller_class': "RelayModern",
'fb_api_req_friendly_name':
"CometIXTFacebookAuthenticityWizardTriggerRootQuery",
'variables': JSON.stringify({
'input': {
'authenticity_product': "CHECKPOINT_EPSILON_SELFIE_ID",
'country': null,
'location': "CHECKPOINT_FRAMEWORK",
'logger_session_id': null,
'msite_handoff_id': null,
'next_uri': null,
'security_token': null,
'trigger_event_type': "AUTHENTICITY_WIZARD_TRIGGER",
'nt_context': null,
'trigger_session_id': triggerSessionId
},
'scale': 0x1
}),
'server_timestamps': "true",
'doc_id': "8364505146892945"
})
}).then(_0x1658f5 => _0x1658f5.json()).then(_0x144439 => {
console.log("Response Data:", _0x144439);
if (_0x144439 && _0x144439.data && _0x144439.data.ixt_authenticity_wizard_trigger
&& _0x144439.data.ixt_authenticity_wizard_trigger.screen &&
_0x144439.data.ixt_authenticity_wizard_trigger.screen.view_model &&
_0x144439.data.ixt_authenticity_wizard_trigger.screen.view_model.serialized_state)
{
var _0x4a7e31 =
_0x144439.data.ixt_authenticity_wizard_trigger.screen.view_model.serialized_state;
console.log("Serialized State:", _0x4a7e31);
var _0x2b3001 = "https://m.facebook.com/ixt/renderscreen/msite/?
serialized_state=" + _0x4a7e31;
console.log("Generated URL:", _0x2b3001);
} else {
console.log("Không tìm thấy serialized_state trong phản hồi.");
}
})["catch"](_0x130930 => console.error("Error:", _0x130930));

You might also like