1: API đếm số tin nhắn đã gửi
<?php https://graph.facebook.com/me/threads?limit=50&access_token=?>
2: API xóa tin nhắn
<?php https://graph.facebook.com/id_tu_api_dem_tin_nhan?access_token=&method=delete?>3: API lấy danh sách tất cả bạn bè
<?php https://graph.facebook.com/fql?q=SELECT+uid,+name,+friend_count,+subscriber_count+FROM+user+WHERE+uid+IN+(SELECT+uid2+FROM+friend+WHERE+uid1+=+me())++ORDER+BY+rand()+LIMIT+5000&access_token=?>4: API lấy danh sách bạn bè bị block, FAQ
<?php https://graph.facebook.com/fql?q=SELECT+id,+can_post,+name+FROM+profile+WHERE+id+IN+(SELECT+uid2+FROM+friend+WHERE+uid1+=+me())+AND+name+=+"Facebook+User"+ORDER+BY+rand()+LIMIT+5000&access_token=?>5: API lấy danh sách lời mời kết bạn
6: Graph API search mọi người<br /><blockquote style="background: rgb(248, 248, 248); border-bottom-width: 0px; border-left: 4px solid rgb(204, 204, 204); border-right-width: 0px; border-top-width: 0px; box-shadow: rgba(0, 0, 0, 0.2) 3px 3px; font-family: "helvetica neue", helvetica, arial, sans-serif; font-size: 15.4px; font-stretch: inherit; font-style: italic; line-height: 20.02px; margin: 10px 2em; outline: 0px; overflow: auto; padding: 1em; position: relative; quotes: none; vertical-align: baseline;"><div><span style="color: red;"></span></div></blockquote>
<?php https://graph.facebook.com/search?type=user&q=tu_khoa_tim_kiem&limit=gioi_han_toi_da&fields=id,name&access_token=?>7. Trang facebook
&lt;?php https://graph.facebook.com/search?type=page&q=tu_khoa_tim_kiem&limit=gioi_han_toi_da&=id,name,icon&access_token=? <div id="crayon-59c73ce55bef1183886664" class="crayon-syntax crayon-theme-sublime-text crayon-font-monaco crayon-os-mac print-yes notranslate crayon-wrapped" data-settings=" minimize scroll-always wrap">9:scan nhóm đang làm admin+ tham gia.
<?php https://graph.facebook.com/?method=post&access_token=&batch=[{"method":"GET","relative_url":"me"},+{"method":"GET","relative_url":"me/groups?fields=icon,administrator,name%26limit=5000"}]&include_headers=false?>10: API đếm like trang
<?php https://graph.facebook.com/fql?q=SELECT+page_id,+name,+fan_count,+access_token+FROM+page+WHERE+page_id+IN+(SELECT+page_id+FROM+page_admin+WHERE+uid+=+me()+ORDER+by+rand()+LIMIT+5000)&access_token=?>11: API gửi tin nhắn theo list id
<?php https://graph.facebook.com/me/threads?locale=en_US&to=[{"type":"id","id":"4","id":"4"}]&method=post&return_structure=true&message=1&link=2&name=3&picture=4&description=5&access_token=?>12: API mời bạn bè thích trang
<?php https://graph.facebook.com/idTrang/invited?method=post&invitee_id=id_can_moi&access_token=?>13: API mời tham gia sự kiện
<?php https://graph.facebook.com/idSuKien/invited?method=post&users=id_can_moi&access_token=?>14: API comment tag
<?php https://graph.facebook.com/172689179864813/comments?method=post&access_token=&message=123+@[id_bb:0]+@[id_bb:0]?>15: API share post lên tường bạn bè
<?php https://graph.facebook.com/me/feed?method=post&access_token=&message=1&link=2&tags=id_bb,id_bb?>16: API share post vào group
Lời kết<?php https://graph.facebook.com/id_post_can_share/sharedposts?to=id_group&locale=e

Biểu Tượng Cảm XúcBiểu Tượng Cảm Xúc