0

I am creating one desktop application of facebook.

So here I am getting streams from facebook post. So when any facebook application's long image link I am getting that I can't display in Image container, this is not displaying image.

One also fact is that, When I am giving this link directly then it is working.....

I am full confused what is going on. When I have seen this in Charlse Debugging proxy then it is displaying 403,Forbidden error of image.

Please help me.

Mitul Golakiya
  • 402
  • 4
  • 20

2 Answers2

0

Does the facebook server serving the images have a crossdomain.xml file? If not, you won't be able to load those image URLs in Flex.

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59
0

There might not be a crossdomain.xml file for the FB server or from where you are loading that image. You can use a proxy server side script in PHP/Python to get around this.

Abhinav
  • 38,516
  • 9
  • 41
  • 49