Can you upload a file on Facebook using FBML and Ajax, not iframe? Just a simple input type="file" tag wrapped in a form and posted using Facebook's built-in Ajax. If so, how do you accept it on the server? I'm using Rails with Facebooker as my backend and Paperclip plugin for file uploads.
Thank you