2012-04-09 87 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