使用 ios sdk 显示 facebook 页面对话框

发布于 2024-12-25 19:14:07 字数 617 浏览 2 评论 0原文

我正在使用 ios,我正在尝试显示一个 Facebook 页面让用户喜欢它。

facebook ios sdk中有一个对话框方法,

[facebook dialog: andDelegate:]

但我不能使用这个方法,因为只有“feed”,“oauth”方法。

  1. 有没有用对话框显示 facebook 页面的功能?

我想应该没有吧

所以第二次尝试是这样的:使用 Webview 登录,并向用户显示页面。

这也有问题。我无法使用用户的访问令牌通过 webview 登录 facebook。

我已经使用“[facebook授权:fbPermissions]”方法完成登录,但这永远不会与我的 UIWebView 共享 cookie。

  1. 我可以使用用户的访问令牌通过 webview 登录 facebook 吗?

还有更多的尝试,我是这样想的。

如果我首先使用 UIWebView 登录,并将访问令牌保存在我的服务器和 iPhone 中,我可以将其用于 ios sdk。

这可能吗?

请帮我。我好久没有睡觉。

谢谢。

I'm working with ios, and I'm trying to show a facebook page to let user like it.

There is a dialog method in facebook ios sdk

[facebook dialog: andDelegate:]

But i can't use this method, because there are "feed","oauth" methods only.

  1. Is there any function to show facebook page with a dialog?

I guess there isn't.

So the second try is this : Sign in with Webview, and show user the page.

This has a problem too. i can't sign in facebook via webview with user's access token.

i've done signin with "[facebook authorize:fbPermissions]" method, but this never share the cookie with my UIWebView.

  1. Can I sign in facebook via webview, with user's access token?

And more try, I thought like this.

If i sign in with UIWebView first, and save access token in my server and my iphone, I could use this for ios sdk.

Is this possible?

Please help me. I didn't sleep for a long time.

Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文