App images not loading intermittently [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_如何学CClosed 11 years ago.
Improve this questionWe have a "Shop" application that intermittently fails to load images. It worked perfectly for months, and without change, it started doing this. If you click through page navigation at the bottom, once in a while product images will load correctly.
Our server is responding with images every time, but for some reason Facebook is not loading them consistently. In addition, the links do not work correctly when the images fail.
Is this a temporary problem with Facebook, or is there something we might be doing wrong?
Be sure you're requesting images correctly
<img src="https://graph.facebook.com/4/picture" />
will give you founder of Facebook
I am assuming its an FBML Application, since this would never happen in an IFRAME application
FBML Apps experience problems from time to time, so if you value your application, you should start planning for an IFRAME conversion
精彩评论