Android FBConnect:无法获得扩展权限

发布于 2024-08-29 20:18:32 字数 76 浏览 3 评论 0原文

当我登录并尝试获取扩展前提时,显示“您必须登录 Facebook 才能使用此功能”。 如何获得在 Facebook 上发布消息的扩展权限?

when I login in and try get extended premissins displays "You must be logged in to Facebook to use this feature".
How can I get extended premissions for posting messages in facebook?

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

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

发布评论

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

评论(1

暖树树初阳… 2024-09-05 20:18:32

尚未在 Android 上使用 Facebook Connect,但我在网站上使用过它。我认为他们很相似。我有两个建议:

  • 使用 streamPublish()而不是扩展权限——尽管每次调用时都会弹出一个对话框,或者
  • 如果您确实必须使用扩展权限,则必须调用 requireSession() 在请求权限之前,让用户登录。

正如我所说,这是应该这样做的方式在网站上使用 Facebook Connect。我不确定 Android 上是否相同,但我猜是这样。

Haven't used Facebook Connect on the Android yet, but I have used it on a website. I'm thinking they are similar. I have two suggestions:

  • Use streamPublish() instead of extended permissions -- although this will pop up a dialog every time you call it, or
  • If you really have to use extended permissions, you have to call requireSession() before asking for permissions, to log the user in.

As I said, this is the way this should be done using Facebook Connect on a website. I'm not sure it's the same on Android, but I'm guessing it is.

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