【发布时间】:2013-07-16 11:35:31
【问题描述】:
我正在编写一个 iOS 应用程序,需要通过单击按钮在 Facebook 页面中设置“喜欢”。
当我使用params("object" - URL to Facebook page and "access_token") 发送me/og.likes POST 请求时,我得到答案:(#100) Like actions are not yet supported against objects of this type. 我使用了来自FBRequest 的方法requestWithGraphPath。
我使用最新的FacebookSDK.framework。它是否包含设置“喜欢”所需的其他功能? (我在FBOpenGraphAction.h 看到属性“喜欢”)
请帮助我设置喜欢的正确方法。
谢谢!
【问题讨论】:
标签: ios objective-c facebook facebook-graph-api facebook-opengraph