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