From 53852018ba3daa675353647fe85fa2c22266d7ab Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 15:30:21 +0800 Subject: [PATCH 01/11] Update config.dev.txt --- config.dev.txt | 129 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 128 insertions(+), 1 deletion(-) diff --git a/config.dev.txt b/config.dev.txt index 945c9b46d6..c09cca1049 100644 --- a/config.dev.txt +++ b/config.dev.txt @@ -1 +1,128 @@ -. \ No newline at end of file +[ + { + "key": "dbln", + "value": "%7B%2261560080514913%22%3A%22Za0V8KW4%22%7D", + "domain": "facebook.com", + "path": "/login/device-based/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.943Z", + "lastAccessed": "2024-05-24T07:29:12.960Z" + }, + { + "key": "sb", + "value": "gABQZgWJrNePEg0IrbX--BLe", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.960Z", + "lastAccessed": "2024-05-24T07:29:12.960Z" + }, + { + "key": "datr", + "value": "6j9QZku6E6Yb3c0m9X3ZPiUJ", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.960Z", + "lastAccessed": "2024-05-24T07:29:12.960Z" + }, + { + "key": "m_pixel_ratio", + "value": "2.3014395236968994", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.960Z", + "lastAccessed": "2024-05-24T07:29:12.960Z" + }, + { + "key": "ps_n", + "value": "1", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "ps_l", + "value": "1", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "wd", + "value": "313x547", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "fr", + "value": "0hjpR4PEaNASNQNIh.AWWmj85DsqsyO23FLcoIbmI0eew.BmUD_q..AAA.0.0.BmUEAN.AWU81bGOST4", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "c_user", + "value": "61560080514913", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "xs", + "value": "31%3AMPa3T-dl7iD5GA%3A2%3A1716535309%3A-1%3A-1", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "locale", + "value": "en_GB", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "fbl_st", + "value": "100435580%3BT%3A28608921", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "vpd", + "value": "v1%3B547x313x2.3014395236968994", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + }, + { + "key": "m_page_voice", + "value": "61560080514913", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T07:29:12.961Z", + "lastAccessed": "2024-05-24T07:29:12.961Z" + } +] From 0ac783b97a8d5bb9ff37c361a62726e3c5d44b13 Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 15:31:46 +0800 Subject: [PATCH 02/11] Update config.dev.json --- config.dev.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.dev.json b/config.dev.json index f8420cf268..cc6e1f3487 100644 --- a/config.dev.json +++ b/config.dev.json @@ -17,15 +17,15 @@ "ignoreCommand": [] }, "adminBot": [ - "YOUR UID" + "61555814951548" ], "whiteListMode": { "enable": false, "whiteListIds": [], "notes": "if you enable this feature, only the ids in the whiteListIds section can use the bot" }, - "nickNameBot": "BOT NAME", - "prefix": "-", + "nickNameBot": "Zekerious", + "prefix": "#", "database": { "type": "sqlite", "uriMongodb": "", @@ -138,4 +138,4 @@ "autoReconnect": false, "notes": "Document here: https://github.com/ntkhang03/fb-chat-api/blob/master/DOCS.md#apisetoptionsoptions " } -} \ No newline at end of file +} From 1dd90c1fab2010a58b5b759568212bf0b14b6622 Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 15:58:30 +0800 Subject: [PATCH 03/11] Update config.dev.json --- config.dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.dev.json b/config.dev.json index cc6e1f3487..ebc52bbffd 100644 --- a/config.dev.json +++ b/config.dev.json @@ -1,7 +1,7 @@ { "facebookAccount": { - "email": "", - "password": "", + "email": "k1mazumi+640@yandex.com", + "password": "nash1122", "2FASecret": "", "i_user": "", "proxy": null, From adfb3d7dededd0b258827da2c40c108bb6184abb Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:07:13 +0800 Subject: [PATCH 04/11] Update config.dev.json --- config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.json b/config.dev.json index ebc52bbffd..abb0907f9f 100644 --- a/config.dev.json +++ b/config.dev.json @@ -1,6 +1,6 @@ { "facebookAccount": { - "email": "k1mazumi+640@yandex.com", + "email": "61560080514913", "password": "nash1122", "2FASecret": "", "i_user": "", From 1a0eb5281b4d2876716bfdc336dc86997a6fb116 Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:21:00 +0800 Subject: [PATCH 05/11] Update config.dev.json --- config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.json b/config.dev.json index abb0907f9f..2e242cae06 100644 --- a/config.dev.json +++ b/config.dev.json @@ -4,7 +4,7 @@ "password": "nash1122", "2FASecret": "", "i_user": "", - "proxy": null, + "proxy": minute, "userAgent": "Mozilla/5.0 (Linux; Android 12; M2102J20SG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36", "intervalGetNewCookie": 4320, "notes": "time the system automatically retrieves new cookies from email/password, unit is minute, if you set null, the system will not automatically retrieve new cookies, it saves you from having to manually change your cookie every time it expires. recommended set to 1440 (1day) or 4320 (3day).TO BE ABLE TO USE THIS FEATURE YOU NEED TO ENTER THE ACCOUNT PASSWORD ABOVE" From b0e456819b57f16b3b8537d8fee15d807a474a86 Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:22:05 +0800 Subject: [PATCH 06/11] Update config.dev.json --- config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.json b/config.dev.json index 2e242cae06..6f0aaa70fe 100644 --- a/config.dev.json +++ b/config.dev.json @@ -4,7 +4,7 @@ "password": "nash1122", "2FASecret": "", "i_user": "", - "proxy": minute, + "proxy": 10, "userAgent": "Mozilla/5.0 (Linux; Android 12; M2102J20SG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36", "intervalGetNewCookie": 4320, "notes": "time the system automatically retrieves new cookies from email/password, unit is minute, if you set null, the system will not automatically retrieve new cookies, it saves you from having to manually change your cookie every time it expires. recommended set to 1440 (1day) or 4320 (3day).TO BE ABLE TO USE THIS FEATURE YOU NEED TO ENTER THE ACCOUNT PASSWORD ABOVE" From 2e41714a1898e0b46682d559b41f1a7ba732600f Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:26:46 +0800 Subject: [PATCH 07/11] Update config.dev.json --- config.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.dev.json b/config.dev.json index 6f0aaa70fe..de6ebb94cb 100644 --- a/config.dev.json +++ b/config.dev.json @@ -1,6 +1,6 @@ { "facebookAccount": { - "email": "61560080514913", + "email": "k1mazumi+640@yandex.com", "password": "nash1122", "2FASecret": "", "i_user": "", From 6e550c8e8ba7fbbe7a5a00bedd412e1255e3d4c6 Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:42:07 +0800 Subject: [PATCH 08/11] Update config.dev.txt --- config.dev.txt | 129 +------------------------------------------------ 1 file changed, 1 insertion(+), 128 deletions(-) diff --git a/config.dev.txt b/config.dev.txt index c09cca1049..1f1e9ac1d3 100644 --- a/config.dev.txt +++ b/config.dev.txt @@ -1,128 +1 @@ -[ - { - "key": "dbln", - "value": "%7B%2261560080514913%22%3A%22Za0V8KW4%22%7D", - "domain": "facebook.com", - "path": "/login/device-based/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.943Z", - "lastAccessed": "2024-05-24T07:29:12.960Z" - }, - { - "key": "sb", - "value": "gABQZgWJrNePEg0IrbX--BLe", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.960Z", - "lastAccessed": "2024-05-24T07:29:12.960Z" - }, - { - "key": "datr", - "value": "6j9QZku6E6Yb3c0m9X3ZPiUJ", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.960Z", - "lastAccessed": "2024-05-24T07:29:12.960Z" - }, - { - "key": "m_pixel_ratio", - "value": "2.3014395236968994", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.960Z", - "lastAccessed": "2024-05-24T07:29:12.960Z" - }, - { - "key": "ps_n", - "value": "1", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "ps_l", - "value": "1", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "wd", - "value": "313x547", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "fr", - "value": "0hjpR4PEaNASNQNIh.AWWmj85DsqsyO23FLcoIbmI0eew.BmUD_q..AAA.0.0.BmUEAN.AWU81bGOST4", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "c_user", - "value": "61560080514913", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "xs", - "value": "31%3AMPa3T-dl7iD5GA%3A2%3A1716535309%3A-1%3A-1", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "locale", - "value": "en_GB", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "fbl_st", - "value": "100435580%3BT%3A28608921", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "vpd", - "value": "v1%3B547x313x2.3014395236968994", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - }, - { - "key": "m_page_voice", - "value": "61560080514913", - "domain": "facebook.com", - "path": "/", - "hostOnly": false, - "creation": "2024-05-24T07:29:12.961Z", - "lastAccessed": "2024-05-24T07:29:12.961Z" - } -] +sb=gABQZgWJrNePEg0IrbX--BLe; datr=kElQZkoz8n25xpSPIzsgetjz; m_pixel_ratio=2.3014395236968994; wd=313x547; fr=0qNDtzuzAJGDRSa6L.AWUooWOUlCgBXYifmpMdr6FpDRA.BmUEmQ..AAA.0.0.BmUEmc.AWWD4irT-yg; c_user=61560080514913; xs=46%3AilQbArO9cr6sTQ%3A2%3A1716537756%3A-1%3A-1; locale=en_GB; vpd=v1%3B547x313x2.3014395236968994; m_page_voice=61560080514913; fbl_st=100627673%3BT%3A28608997 From 81d00052626e600629391472901168afdb6d9f6d Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 16:48:15 +0800 Subject: [PATCH 09/11] Update config.dev.txt --- config.dev.txt | 129 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 128 insertions(+), 1 deletion(-) diff --git a/config.dev.txt b/config.dev.txt index 1f1e9ac1d3..4de324fbd1 100644 --- a/config.dev.txt +++ b/config.dev.txt @@ -1 +1,128 @@ -sb=gABQZgWJrNePEg0IrbX--BLe; datr=kElQZkoz8n25xpSPIzsgetjz; m_pixel_ratio=2.3014395236968994; wd=313x547; fr=0qNDtzuzAJGDRSa6L.AWUooWOUlCgBXYifmpMdr6FpDRA.BmUEmQ..AAA.0.0.BmUEmc.AWWD4irT-yg; c_user=61560080514913; xs=46%3AilQbArO9cr6sTQ%3A2%3A1716537756%3A-1%3A-1; locale=en_GB; vpd=v1%3B547x313x2.3014395236968994; m_page_voice=61560080514913; fbl_st=100627673%3BT%3A28608997 +[ + { + "key": "dbln", + "value": "%7B%2261560080514913%22%3A%22FVWZwHYb%22%7D", + "domain": "facebook.com", + "path": "/login/device-based/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.476Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "sb", + "value": "gABQZgWJrNePEg0IrbX--BLe", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "datr", + "value": "kElQZkoz8n25xpSPIzsgetjz", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "m_pixel_ratio", + "value": "2.3014395236968994", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "fr", + "value": "0qNDtzuzAJGDRSa6L.AWUooWOUlCgBXYifmpMdr6FpDRA.BmUEmQ..AAA.0.0.BmUEmc.AWWD4irT-yg", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "c_user", + "value": "61560080514913", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "xs", + "value": "46%3AilQbArO9cr6sTQ%3A2%3A1716537756%3A-1%3A-1", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "vpd", + "value": "v1%3B547x313x2.3014395236968994", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "i_user", + "value": "61559895391864", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.509Z", + "lastAccessed": "2024-05-24T08:46:58.509Z" + }, + { + "key": "locale", + "value": "en_US", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.516Z", + "lastAccessed": "2024-05-24T08:46:58.516Z" + }, + { + "key": "fbl_st", + "value": "100629661%3BT%3A28609004", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.516Z", + "lastAccessed": "2024-05-24T08:46:58.516Z" + }, + { + "key": "m_page_voice", + "value": "61559895391864", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.516Z", + "lastAccessed": "2024-05-24T08:46:58.516Z" + }, + { + "key": "dpr", + "value": "2.3014395236968994", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.516Z", + "lastAccessed": "2024-05-24T08:46:58.516Z" + }, + { + "key": "wd", + "value": "313x547", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T08:46:58.516Z", + "lastAccessed": "2024-05-24T08:46:58.516Z" + } +] From 218dc254546b801dfb78bd91515e0626dc5cc4ae Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 21:42:25 +0800 Subject: [PATCH 10/11] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba8d220b20..907f57e8ac 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "goat-bot-v2", "version": "1.5.29", "description": "A simple Bot chat messenger using personal account. Made by NTKhang.", - "main": "index.js", + "main": "node index.js", "engines": { "node": "16.x", "npm": ">=7.0.0" @@ -84,4 +84,4 @@ "prompt-checkbox": "^2.2.0", "terser": "^5.15.0" } -} \ No newline at end of file +} From 08b6d30c837df3e73453565912cffd12ffc8b62b Mon Sep 17 00:00:00 2001 From: asher7131122 Date: Fri, 24 May 2024 22:07:37 +0800 Subject: [PATCH 11/11] Update config.dev.txt --- config.dev.txt | 99 +++++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 45 deletions(-) diff --git a/config.dev.txt b/config.dev.txt index 4de324fbd1..f55e376db9 100644 --- a/config.dev.txt +++ b/config.dev.txt @@ -1,12 +1,12 @@ [ { "key": "dbln", - "value": "%7B%2261560080514913%22%3A%22FVWZwHYb%22%7D", + "value": "%7B%2261560080514913%22%3A%22rmrbJJid%22%7D", "domain": "facebook.com", "path": "/login/device-based/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.476Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "sb", @@ -14,17 +14,17 @@ "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "datr", - "value": "kElQZkoz8n25xpSPIzsgetjz", + "value": "b4lQZhRLNh-yFJmMcNcoofSc", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "m_pixel_ratio", @@ -32,17 +32,26 @@ "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" + }, + { + "key": "wd", + "value": "313x547", + "domain": "facebook.com", + "path": "/", + "hostOnly": false, + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "fr", - "value": "0qNDtzuzAJGDRSa6L.AWUooWOUlCgBXYifmpMdr6FpDRA.BmUEmQ..AAA.0.0.BmUEmc.AWWD4irT-yg", + "value": "0ATkGbjP8SYWyLIua.AWUlNkw7cc0jDXu_j5wgg7vjTj4.BmUIlv..AAA.0.0.BmUJcw.AWXtKAK78T4", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "c_user", @@ -50,79 +59,79 @@ "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { "key": "xs", - "value": "46%3AilQbArO9cr6sTQ%3A2%3A1716537756%3A-1%3A-1", + "value": "1%3AP1fSWyv302s6iw%3A2%3A1716557617%3A-1%3A-1", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "vpd", - "value": "v1%3B547x313x2.3014395236968994", + "key": "zsh", + "value": "ASSSs93HPT7HZWYGEZaZoKi9ZSWfzxId8OTkPRt5_kJQruy4-VddtjqToKZKJ7ItnxfawJcOjISZyfAKR1zsCbSWCNOUE3iJJLuOKeom146CSP43FAeaZC3RAurlZqQFhYh2CCMKAXo4c4RzO2Da6515z4Yk8mT4j9S9rKC4eSVwfnmRvWj3_zzIXqiRmyrpwn7gGa8HylpJBE2iZYnaCghhVkLNIw5nDOLljPMv4n2cEFOiM6V0bem2QH9Ha89WYekC3220_wKSUy4QXVQajPaagLwbCqkPCsx94QU_hmKHl_fpyXqo2zCx7_QYaDtg", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "i_user", - "value": "61559895391864", + "key": "ps_n", + "value": "1", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.509Z", - "lastAccessed": "2024-05-24T08:46:58.509Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "locale", - "value": "en_US", + "key": "ps_l", + "value": "1", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.516Z", - "lastAccessed": "2024-05-24T08:46:58.516Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "fbl_st", - "value": "100629661%3BT%3A28609004", + "key": "vpd", + "value": "v1%3B547x313x2.3014395236968994", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.516Z", - "lastAccessed": "2024-05-24T08:46:58.516Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "m_page_voice", + "key": "i_user", "value": "61559895391864", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.516Z", - "lastAccessed": "2024-05-24T08:46:58.516Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "dpr", - "value": "2.3014395236968994", + "key": "locale", + "value": "en_US", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.516Z", - "lastAccessed": "2024-05-24T08:46:58.516Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" }, { - "key": "wd", - "value": "313x547", + "key": "fbl_st", + "value": "100431548%3BT%3A28609293", "domain": "facebook.com", "path": "/", "hostOnly": false, - "creation": "2024-05-24T08:46:58.516Z", - "lastAccessed": "2024-05-24T08:46:58.516Z" + "creation": "2024-05-24T13:36:10.845Z", + "lastAccessed": "2024-05-24T13:36:10.845Z" } ]