标签: javascript facebook facebook-graph-api
我想通过Graph API Explorer facebook发送关注者来唱歌
FB.api( '/me', 'POST', {"fields":"id,name"}, function(response) { // Insert your code here } );