Getting content of a Facebook page in Adobe Flex

Posted by cuneyt on Stack Overflow See other posts from Stack Overflow or by cuneyt
Published on 2011-01-11T02:46:44Z Indexed on 2011/01/11 2:54 UTC
Read the original article Hit count: 155

Filed under:
|

Hi guys,

I wrote a Flex application that sends a UrlRequest to Facebook and gets the content of page as a string. The application user clicks a button, and the application connects to Facebook. And no I do not mean using Facebook API. It is like a screen scraper.

This application worked locally, but when deployed to server it gives a sandbox security error. I have my crossdomain.xml on the root, but I think the problem is not that. Not only Facebook, but I cannot get any web site when the application is deployed on server.

What should I do to get the content of a remote web page?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about flex4