どのように??私はこのコードを試します:
FB.api('/me/videos', 'post', {
message: FacebookMessage,
access_token: accessToken,
source: "@HERE_WORKING_URL",
// url: type[1],
type: 'video',
}, function(response){
if (!response || response.error) {
console.log('Error occured'+response.error.message);
} else {
console.log('Post ID: ' + response.id);
}
comp(s++,photon.length);
});
エラーが発生しました:エラーが発生しました(#353)ビデオファイルがありません
どうしたの?どうすればビデオを送信できますか? 助けてください!
写真を投稿すれば、その仕事です!