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'm putting together an application in facebook, part of which requires a user to input a bunch of information into a form, including a video and a number of text fields.

For my application, I'm using a combination of HTML, PHP, mySQL and Javascript.

I want to be able to upload the users video file to facebook using the PHP SDK in the same page as I am inserting their info into my database. I want something similiar to the photo solution here: Exception when uploading photo with Facebook Graph API. But I'm not sure what the array key should be for the video itself. Can any give me any ideas?

share|improve this question

1 Answer

My apologies,

I realized that the solution I linked to works. However, you have to give facebook time to process the video, otherwise the graph api replies false.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.