我可以“喜欢”吗?带有 Facebook Graph API 的页面?

发布于 2024-12-25 08:23:51 字数 870 浏览 1 评论 0原文

可能的重复:
使用 Facebook graph api“赞”页面

我想让用户使用我的 iOS 应用程序登录,然后单击按钮来喜欢某个页面。

但我不使用显示 Facebook 粉丝页面的网络视图。我只有一个按钮和访问令牌。

用户允许我的应用程序拥有“offline_access”、“read_stream”、“publish_stream”权限。

我读到一篇文档,其中有一个“/OBJECT_ID/likes”API 可以喜欢一个对象。 (https://developers.facebook.com/docs/reference/api/

我尝试这样做,但我只能看到错误。

Error : The operation couldn’t be completed. (facebookErrDomain error 10000.)

我能做些什么?我可以做这个动作吗?或者,我应该显示一个网络视图,并让用户按下“facebook like 按钮”?

还有一个问题。

我想通过图形 API 来点赞我不点赞的页面中写的帖子。

我可以这样做吗?

Possible Duplicate:
'Like' a page using facebook graph api

I want to let users sign-in with my iOS application, and click button to like a page.

But I don't use web-view that showing facebook fan page. I'm just have a button, and access token.

Users allow my app to have permissions "offline_access", "read_stream", "publish_stream".

And I read a document that there's a "/OBJECT_ID/likes" API to like an object.
(https://developers.facebook.com/docs/reference/api/)

I tried to do that, but I can see only errors.

Error : The operation couldn’t be completed. (facebookErrDomain error 10000.)

What can I do? can I do this action? or else, should I show a web-view, and let user to push the "facebook like button" ?

One more question.

I want to like a post in written in a page that I didn't like via graph API.

Can I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

緦唸λ蓇 2025-01-01 08:23:51

你不能通过 Open Graph API 喜欢某些东西:(不是官方来源,但你明白了)http://blah.thetuttroom.com/you-cannot-programatically-like-something-usi。 Facebook 论坛的链接似乎已关闭,但在其他地方也有引用。

其次,如果您想了解有关该错误或将来其他错误的更多信息,请查看这篇文章:https://stackoverflow.com/ a/6150251/540339

You can't like something via the Open Graph API: (not official source but you get the idea) http://blah.thetuttroom.com/you-cannot-programatically-like-something-usi. The link to the facebook forum seems to be down but its referenced in other places too.

Second if you want to find out more about that error or other errors in the future look at this post: https://stackoverflow.com/a/6150251/540339

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文