用于 Facebook 集成的 SSO

发布于 2024-12-05 06:36:29 字数 233 浏览 1 评论 0原文

是否可以为其他应用程序的 Facebook 集成提供单点登录功能?

由于 Facebook 使用 OAuth 2.0,客户端和资源所有者似乎都需要进行身份验证,因为令牌的生命周期有限。

我想要拥有此功能的原因是对于写入操作资源所有者(Facebook 用户)身份验证似乎不错,但要读取或显示用户/页面统计的摘要,用户登录社交网络可能会很烦人。

我正在使用 Java(Spring Social API)。

Is it possible to have Single Sign On feature for Facebook integration from other application?

As Facebook uses OAuth 2.0 it seems client and resource owners both needs to be authenticated as token have limited lifetime.

Reason I want to have this feature is for write operation resource owner (Facebook user) authentication seems good but to read or display summary of user/page stat it might be annoying for user to log on to social network.

I am using Java (Spring Social APIs).

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

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

发布评论

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

评论(1

思念满溢 2024-12-12 06:36:29

Offline_access 权限可能是您的最佳途径。这会为您可以使用的用户创建一个持久的令牌。确保您没有使用它来做任何违反 FB TOS 的事情,否则您的应用程序可能会被禁止。

the offline_access permission is probably you're best route. This creates a long lasting token for the user that you can use. Make sure you're not using it to do anything against the FB TOS or you'll probably get your app banned.

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