SSO for Facebook integration
Asked Answered
M

1

7

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).

Monagan answered 17/9, 2011 at 20:13 Comment(1)
Perhaps you are looking for the offline_access permission?Marianomaribel
P
0

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.

Propound answered 18/9, 2011 at 19:20 Comment(1)
offline_access is no longer viable as it is getting removed on May 1st 2012.Squirrel

© 2022 - 2024 — McMap. All rights reserved.