본문 바로가기

카테고리 없음

[facebook] Accessing users friends work history using GRAPH API

http://stackoverflow.com/questions/8190231/accessing-users-friends-work-history-using-graph-api

<?php if($user_id) { try { $friends = $facebook->api("/me/friends/work_history"); } catch(Exception $o){ d($o); } } ?>




https://graph.facebook.com/me/friends?fields=id,name,work&access_token=...