I hereby claim:
- I am macchandev on github.
- I am macchandev (https://keybase.io/macchandev) on keybase.
- I have a public key ASAayH2UMzayqSnpa3Xp_h9XRcETGxgOAdWTnywhcJ68swo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
header("Refresh:120"); | |
date_default_timezone_set('asia/ho_chi_minh'); | |
$id = ''; // ID post Status mới nhất | |
$facebook_access_token=''; // Token full quyền | |
// -- Bắt đầu -- Đoạn dưới đây dùng để đếm LẤY REACTION MỚI NHẤT | |
$url = 'https://graph.facebook.com/v2.8/?ids='.$id.'&fields=reactions.limit(1)&access_token='.$facebook_access_token; |