페이스북 담벼락 포스팅 api (tagging)
페이스북 타임라인에 누구누구와 함께 있다고 태깅post 방식 FB.api('/me/feed', 'post', { message:my_message, link:link_url, picture:picture_url, name: 'Post name', description: 'description', tags: '1234545,12334545', //태그할 친구 id place: PAGE_ID },function(response) { console.log(response); });