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