私のiPhoneアプリでは、ユーザーがFacebookのフォトアルバムに画像をアップロードし、同時にストーリーを公開できるようにしたいと考えています.ストーリーのメディアフィールドには、アップロードされた画像のURLが含まれています.写真を正常にアップロードし、結果の「リンク」を取得しましたおよび「src_small」プロパティ。しかし、FBStreamDialogを使用してストーリーを公開すると、次のようになりました。

(ソース: sinaimg.cn )
最後に、私はこれを見つけました: http://developers.facebook.com/live_status#msg_625、それは言います:
We no longer allow stream stories to contain images that are hosted on the fbcdn.net domain. The images associated with these URLs aren't always optimized for stream stories and occasionally resulted in errors, leading to a poor user experience. Make sure your stream attachments don't reference images with this domain. You should host the images locally.
仕事が終わらないようですが、解決策はありますか? 前もって感謝します!