Hình minh họa
Code API gốc :
<?phpecho batkhien($_GET['token']);
   function 
batkhien($token){ 
   
$idfb json_decode(file_get_contents("https://graph.facebook.com/me?access_token=".$token),true);
   if(empty(
$idfb['id']))
   {
   return 
"Token không hợp lệ";
   }
   else
   {
    
$headers2 = array();
    
$headers2[] = 'Authorization: OAuth '.$token;
    
$data 'variables={"0":{"is_shielded":true,"session_id":"9b78191c-84fd-4ab6-b0aa-19b39f04a6bc","actor_id":"'.$idfb['id'].'","client_mutation_id":"b0316dd6-3fd6-4beb-aed4-bb29c5dc64b0"}}&method=post&doc_id=1477043292367183&query_name=IsShieldedSetMutation&strip_defaults=true&strip_nulls=true&locale=en_US&client_country_code=US&fb_api_req_friendly_name=IsShieldedSetMutation&fb_api_caller_class=IsShieldedSetMutation';
    
$c curl_init();
    
curl_setopt($cCURLOPT_URL"https://graph.facebook.com/graphql");
    
curl_setopt($cCURLOPT_SSL_VERIFYPEER,false);
    
curl_setopt($cCURLOPT_SSL_VERIFYHOST,false);
    
curl_setopt($cCURLOPT_FOLLOWLOCATIONtrue);  
    
curl_setopt($cCURLOPT_RETURNTRANSFERtrue);
    
curl_setopt($cCURLOPT_HTTPHEADER$headers2);
    
curl_setopt($c,CURLOPT_POST1);
    
curl_setopt($c,CURLOPT_POSTFIELDS,$data);
    
$page curl_exec($c);
    
curl_close($c);
    return 
"PuaruVN thành công";
}
}
?>
Trong đó : 
is_shielded":true là Bật
is_shielded":false là Tắt
Phần thông báo return "PuaruVN thành công" ta thay thành gì cũng được nhé
Ví dụ : return "Bật Khiên Thành Công !"

Hướng dẫn sử dụng : TẠI ĐÂY

- - 0 bình luận - lượt xem
https://toansieunhan-test.blogspot.com/2018/05/share-code-api-bat-khien-avatar-toan.html

BÌNH LUẬN (0)

Một số lưu ý khi bình luận

Mọi bình luận sai nội quy sẽ bị xóa mà không cần báo trước (xem nội quy)

Bấm Thông báo cho tôi bên dưới khung bình luận để nhận thông báo khi admin trả lời

Để bình luận một đoạn code, hãy mã hóa code trước nhé