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.