如何实施 Facebook“Like-IT” Iphone/Ipad 上的按钮?
我想在我的 Iphone/Ipad 应用程序中集成“我喜欢它”按钮,请帮助我?有一些步骤和所有必需的东西???
提前非常感谢...
I want to interigrate i like it button in my Iphone/ Ipad application please help me out?? with some steps and all the required things ????
Thanks a lot in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您指的是“喜欢”按钮还是“我喜欢”流帖子?
对于“Like”按钮,您需要创建一个 UIWebView,然后:
无论哪种方式 - 您都会得到一个就像按钮工作一样。
对于流发布,您需要使用 iOS SDK 使用适当的参数和消息对“/me/feed”、“post”等进行图形调用。
Are you speaking of the "Like" button or the "i like it" stream post?
For the "Like" button, you need to create a UIWebView and then:
Either way - you will get a like button working.
For the stream publish, you need to use the iOS SDK to make a graph call to '/me/feed', 'post' etc... with your appropriate params and message.