Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

my facebook page tab app that worked fine is now missing from all pictures, only text is visible.

even uploading a new index.php with simple code and img tag didn't help, the image isn't showing inside facebook(looks fine when i go directly to the app url)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Playlists</title>
</head>

<body>
<img src="https://i.ytimg.com/vi/mwhvbnGX2EI/mqdefault.jpg"/> 
</body>
</html>

this is a direct link to the app (not via fb) http://colombus.phpfogapp.com/index.php

link to the app (on a test page): https://www.facebook.com/pages/Test/116248295095196?sk=app_123770137768831

*UPDATED * it just started working again, i didn't change anything. some kind of facebook bug i guess

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.