tags:

views:

10

answers:

0

I am trying to implement an ajax upload for videos to facebook. I don't want to upload the video to my sever, then upload to facebook. I have the video uploading working via an iframe that is the target of my form.

However, I can not get the result of what comes back from facebook because the iframe document content is now coming from http://api-video.facebook.com which has a more restrictive crossdomain policy. I can see the result I want I just have no programmatic way to access it client side.

Anyone have any suggestions?