views:

35

answers:

1

I need to upload video files through Facebook application and later visualize all uploaded videos so that people can vote for a video they like. I searched and read some articles, but I still have questions that are not completely clear for me:

  • Is it better to use iframe or FBML
  • If I use iframe is it possible to use input type="file" and PHP to handle the uploading just like on a normal page (not with Facebook PHP SDK)

Please if someone has experience with this, give me an advice what direction to take.

+1  A: 

Uploading to Facebook using their API is notoriously difficult; first of all check out the thread on the faceboook dev forum.

I would recommend doing it in an iframe, and you'll need about 60 cigarettes and several large whiskeys to get it working.

Kevin Sedgley
Thanks very much for the advice. Is is possible to upload the videos to my server using iframe and later visualize them in the application, would facebook allow this to me?
o15a3d4l11s2