Im using the iframe techinique to upload a photo to the facebook graph api. im using this technique: http://www.openjs.com/articles/ajax/ajax_file_upload/response_data.php.
The photo gets uploaded sucessfully. But i NEED to read the response it gives to me on my iframe, but im not being able to do it. I tried every technique i know, pure javascript and jquery hacks.. but nothing works...
the format of the response is the following (i can see this on chrome js console ):
{
"id": "111346062333977",
"post_id": "100003757518505_111258412342742"
}
what is that format? how can i read it? its not on the DOM, its not on the body, its nowere!!!!