开发者

SSO for Facebook integration

开发者 https://www.devze.com 2023-04-06 02:34 出处:网络
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 h

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 b开发者_如何学运维ut 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).


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号