当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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