FB.api(path, method, params, callback) ... var body = 'Reading JS SDK documentation'; FB.api('/me/feed', 'post', { message: body }, function(response) { if ...
確定! 回上一頁