In my android app, the rquirement is to upload mp4 video files / JPEG images from SD card to facebook. We are able to post JPEG images to facebook. But when we try it for mp4 video file, it fails to upload. We are getting these errors
HTTP Error 400 Bad request
and error message
"error":{"message":"(#352) Sorry, the video file you selected is in a format that we don't support.","type":"OAuthException","code":352}}
Does it mean that uploading mp4 video files to facebook through Android is not possible at all ? Does facebook support uploading of mp4 files ?
Please help.