Last active
August 9, 2022 07:36
-
-
Save nguy3n47/d554d93892732b166810886014102043 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const postID = '4387428904674656'; // 'https://www.facebook.com/LienMinhHuyenThoai/posts/4387428904674656' | |
const accessToken = ''; // find 'EAAA' at 'https://m.facebook.com/composer/ocelot/async_loader/?publisher=feed' | |
const url = 'https://graph.facebook.com/' + postID + '/comments?fields=message&access_token=' + accessToken; | |
const analyze_comments = (url) => { | |
fetch(url) | |
.then((response) => response.json()) | |
.then((results) => { | |
if (results) { | |
const comments = results.data; | |
comments.forEach((comment) => { | |
const message = comment.message.trim(); | |
if (message.length > 0 && message.includes('LOL')) { | |
let startIndex = message.indexOf('LOL'); | |
let code = message.substr(startIndex, 13); | |
console.log(code); | |
} | |
}); | |
if (typeof results.paging.next !== 'undefined') { | |
analyze_comments(results.paging.next); | |
} else { | |
console.log('Done!'); | |
} | |
} | |
}) | |
.catch((error) => { | |
console.log(error); | |
}); | |
}; | |
analyze_comments(url); |
LOLJX25YREQY8
LOLA6A7R7R42T còn 20 lượt :))
Mã Sinh Nhật của tôi LOLGNVM9TGV5C. Nhập mã này để tích Bóng Bay đổi thưởng nhé! Chưa hết, nhớ vào Liên Minh Huyền Thoại ngày 8/8 để nhận phần quà bất ngờ nhé! #SinhNhat9Tuoi #LMHT
LOL953N4BF7QN
Mã Sinh Nhật của tôi LOLGNVM9TGV5C. Nhập mã này để tích Bóng Bay đổi thưởng nhé! Chưa hết, nhớ vào Liên Minh Huyền Thoại ngày 8/8 để nhận phần quà bất ngờ nhé! #SinhNhat9Tuoi #LMHT Còn 7 lượt
Mã Sinh Nhật của tôi LOLGNVM9TGV5C. Nhập mã này để tích Bóng Bay đổi thưởng nhé! Chưa hết, nhớ vào Liên Minh Huyền Thoại ngày 8/8 để nhận phần quà bất ngờ nhé! #SinhNhat9Tuoi #LMHT Còn 7 lượt
LOLHXQ6JUVTA2
LOLKFEPYQV3YM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LOL3QBQMMYFYV con 9 luot