如何添加 Facebook“点赞”使用 FBConnect 按钮连接到我的应用程序

发布于 2024-10-03 18:08:40 字数 341 浏览 3 评论 0原文

在我的应用程序中,我需要放置一个“喜欢”按钮,使用户喜欢特定的链接。该链接不是 Facebook 帖子。

目前我正在使用此处托管的 FBConnect 库 https://github.com/facebook/facebook-ios-sdk

该库使用带有 OAuth 的新 SDK。

我尝试过各种方法,但没有一个有效,所以我没有可以发布的有用代码。

我的目标很简单:“喜欢”链接。

我怎样才能做到这一点?

〜提前致谢。

In my app, I need to put a Like button that will make the user Like a specific link. The link is not a Facebook Post.

currently I'm using the FBConnect Library hosted here
https://github.com/facebook/facebook-ios-sdk

That lib uses the new SDK with OAuth.

I have tried various things but none have worked so i have no useful code to post.

My objective is simple: "Like" a link.

How can I achieve that?

~Thanks in advance.

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

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

发布评论

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

评论(2

病女 2024-10-10 18:08:40

您可以使用 UIWebView 并将“Like”按钮代码放置在 HTML 文档中。对我来说效果相当好。

这还允许您自定义 UIWebView 以具有清晰的背景、无滚动等以及 CSS 以匹配您的应用程序可能具有的任何配色方案。

You can use a UIWebView and place the "Like" button code in an HTML document. Has worked fairly well for me.

This will also allow you to customize the UIWebView to have a clear background, no scrolling, etc. as well as CSS to match any color scheme your app may have.

画离情绘悲伤 2024-10-10 18:08:40

点赞功能无法通过 API 实现,而且据 facebook 上的开发者讨论称,在不久的将来也不会实现。很抱歉告诉你这一点。

但您可以尝试改变您的想法,只需将您的 URL 发布到用户个人资料中即可。

Liking is not available via API, and as far as developer discussions on facebook said, it wont be available in near future. Sorry to tell you that.

But you can try to alter your idea, just post your URLs to the users profile.

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