2012-04-09 59 views

回答

1

正如你可以从代码中看到你的链接http://developers.facebook.com/blog/post/515/#video_upload上):

// Find the access token for the page to which we want to post the video. 
    foreach($accounts as $account) { 
     if($account['id'] == $page_id) { 
     $access_token = $account['access_token']; 
     break; 
     } 
    } 

登录用户在应该在网页的管理员上传视频。否则它将无法工作。

+0

:thx为您的重播,我知道,可以修改,以便公众用户(不仅管理员)允许上传视频也??? – 2012-04-10 06:03:53

+0

不是。正如我所说*“用户登录必须是页面的管理员上传视频,否则它将无法正常工作。”* – DMCS 2012-04-10 16:38:00

+0

oh noo..any解决方案为我的情况??? thx – 2012-04-11 01:54:54