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).
offline_access
permission? – Marianomaribel