Share code reaction facebook Code c ho thằng kia mà một thằng xài hơi phí. Share lên cho NHỮNG ai cần. Code by AnCMS PHP Code: <?php $t...
Share code reaction facebook
Code cho thằng kia mà một thằng xài hơi phí. Share lên cho NHỮNG ai cần.
Code by AnCMS
PHP Code:
<?php
$token = '';$Friends = (json_decode(auto('https://graph.fb.me/me/friends?access_token='.$token),true));$feed = json_decode(auto(sprintf('https://graph.fb.me/%s/feed?access_token='.$token,$Friends['data'][rand(0,count($Friends['data'])-1)]['id'])),true);$item = $feed['data'][0];$id = @$item['object_id']?$item['object_id']:$item['id'];$x = @json_decode(auto(sprintf('https://graph.facebook.com/%s/reactions?type=%s&method=POST&access_token=%s',$id,array_rand(array_flip(explode(',','LOVE,WOW,HAHA,SAD,ANGRY,THANKFUL')),1),$token)));