This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 (ردّان اثنان)
  • 2 have this problem
  • 5 views
  • آخر ردّ كتبه 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

Modified by cor-el

All Replies (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