3

鉴于 Facebook 刚刚完成了在其路线图完成更改页面上发布的“删除通过 Graph API 发布到朋友墙的功能”。

显然是由于一些滥用

https://developers.facebook.com/blog/post/2012/10/10/growth-quality-apps-with-open-graph/

在他们的开发人员网站上发布的教程“发布到 Feed”中推荐的方法现在仅限于使用 graphPath“me/feed”发布到您自己的时间线。

这种发展排除了其他堆栈溢出贡献者建议的好方法。

因此,Henry Zhang 和其他人推荐了 Feed Dialog,其已弃用的标题发布在

http://developers.facebook.com/docs/howtos/feed-dialog-using-ios-sdk/

所以 Facebook 在“第 2 步:添加向后兼容性标头”中告诉您

甚至他们发布的游戏教程也使用了已弃用的标头。但是,不推荐使用的标头不能与新的 FacebookSDK 结合使用。

也许我固执地想要坚持当前的 SDK 版本,但有没有人成功地从 iOS 发布到朋友的时间线,只导入 FacebookSDK 3.1。Facebook 建议使用已弃用的代码构建应用程序,这让我感到非常惊讶,但我似乎找不到任何其他方法来做到这一点。3.1 SDK的其他部分运行良好,我不想把婴儿和水一起扔出去。

4

1 回答 1

0

On reading the summary information in the Facebook.h file, I have come to realize that it imports FacebookSDK.h which picks up the 3.1 SDK interfaces I had implemented. With that knowledge and some careful editing from the feed dialog example I now can send a message to a friend's timeline alongside the 3.1 elements. I still look forward to the next release and getting everything in one SDK. Thanks.

于 2013-02-10T20:52:24.223 回答