使用 ios sdk 显示 facebook 页面对话框
我正在使用 ios,我正在尝试显示一个 Facebook 页面让用户喜欢它。
facebook ios sdk中有一个对话框方法,
[facebook dialog: andDelegate:]
但我不能使用这个方法,因为只有“feed”,“oauth”方法。
- 有没有用对话框显示 facebook 页面的功能?
我想应该没有吧
所以第二次尝试是这样的:使用 Webview 登录,并向用户显示页面。
这也有问题。我无法使用用户的访问令牌通过 webview 登录 facebook。
我已经使用“[facebook授权:fbPermissions]”方法完成登录,但这永远不会与我的 UIWebView 共享 cookie。
- 我可以使用用户的访问令牌通过 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.
- 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.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论