开发者

SSO for Facebook integration

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜