Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

How to load facebook graph api profile picture in mozilla firefox 19?

  • 2 ответа
  • 2 имеют эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

i had develop facebook app, and it seems in mozilla the facebook profile picture 'failed to load given url' for example the tag is written like this

<img title="Edgar Setiawan" src="https:\\graph.facebook.com\100005284781774\picture">

i have tried the image load permission in the setting, but it still doesnt work. Am i doing anything wrong here? or does mozilla intepret differently? is working fine with IE 9 and chrome.

thank you

i had develop facebook app, and it seems in mozilla the facebook profile picture 'failed to load given url' for example the tag is written like this <pre><nowiki><img title="Edgar Setiawan" src="https:\\graph.facebook.com\100005284781774\picture"></nowiki></pre> i have tried the image load permission in the setting, but it still doesnt work. Am i doing anything wrong here? or does mozilla intepret differently? is working fine with IE 9 and chrome. thank you

Изменено cor-el

Все ответы (2)

more options

sorry the example is

"img title="Edgar Setiawan" src="https:\\graph.facebook.com\100005284781774\picture">"

if i try to open this page with my chrome i can see the profile picture inside the previous post, but is not working in firefox

more options

You are using backslashes in that link. Other browsers may work around this, but in Firefox you need to use forward slashes.

  • https:\\graph.facebook.com\100005284781774\picture
  • https://graph.facebook.com/100005284781774/picture