I created an album on Facebook and have an album ID. I can upload a photo to an album using API / photos. But I can’t upload the video using something like the video API. I get an error message:
"(# 200) The user does not have permission to send to the destination address
1) Is it even a supported API call? I could not find much on the Facebook developer site. 2) Is this a problem with resolution? I have publish_stream, photo_upload, video_upload, user_photos, user_videos all requested. I don’t know if photo_upload / video_upload is even correct, but I saw examples from other sites about photo_upload, so I just suggested that there might be video_upload.
source
share