Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I uploaded a video with app.

I found few problems. I am trying to fix other problem. But can't have a clue to fix this one.

Once the video is uploaded, It is displayed in facebook with just a play button without any cover / image. It is just blank and black.

I tried to set a parameter which will call a image from remote server as a cover image. https://developers.facebook.com/docs/reference/api/video/

$params['picture'] = "full_url/cover_1.png";

The other parameters are source of the video, title, and decription. It is still blank and black.

share|improve this question
will you please share your code? it may be helpful. Are u using Facebook SDK for your mobile ( ios or android ) Or just an HTML5 mobile app with any wrapper. ? – thomasbabuj Jan 24 at 7:12
what is the url of the picture ? is that something fully defined and accessible by the crawler ? Also, what happens when you pass the link through the debugger ? – Deepak Lakshmanan Jan 28 at 20:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.