0

In my iphone app,I want to let the user upload an image to his facebook photo Album and publish a story at the same time.The story's media field contains the uploaded image's url.I successly uploaded the photo and got the result's "link" and "src_small" property.But when I use FBStreamDialog to publish the story,I got:

alt text
(source: sinaimg.cn)

At last,I find this:http://developers.facebook.com/live_status#msg_625,it says:

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.

It seems that I can't finish my job,What's your solution? thanks in advance!

4

2 回答 2

1

您不能使用该图片或来自 Facebook 本身的图片

您可以将图片上传到其他服务器上,也可以将其上传到 picasa 等在线照片共享中

于 2010-11-15T05:10:52.423 回答
0

我得到了这个功能来与 ShareKit 一起工作——它真的很棒: http ://www.getsharekit.com/

它也是开源的,所以你可以看到他们是如何在里面做的......

祝你好运!

于 2011-02-06T16:08:13.887 回答