I hereby claim:
- I am dangtrungphu on github.
- I am yabaiba (https://keybase.io/yabaiba) on keybase.
- I have a public key ASAPSprWfJu7UAv_mDBfMaqsy8gx2uaQWS6nxW34hWTEfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 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) => { |
Follow instructions here