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 have been asked by a client to allow users to upload and post video within a facebook app.. was wondering whats the best way to tackle this?

share|improve this question

1 Answer

up vote 0 down vote accepted

All new apps are required to be iframe based. Tackle it the same way you would a regular website. All the Facebook integration happens server side or through javascript, not through FBML.

share|improve this answer
whats the best way to do it on a website then? – Chris Mccabe Apr 13 '11 at 7:51
video is just a file, so you use standard HTML form syntax for upload. Playback depends on the format, but general you can again just use standard HTML to place the file on the page. – Brent Baisley Apr 13 '11 at 10:26

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.