Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

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.

Læs mere

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

  • 2 svar
  • 2 har dette problem
  • 5 visninger
  • Seneste svar af 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

Ændret af cor-el den

Alle svar (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