Java – SSO for Facebook integration
Is Facebook integrated single sign on available from other applications?
Since Facebook uses OAuth 2.0, it seems that both the client and the resource owner need authentication because the life cycle of the token is limited
The reason I want to have this feature is that write resource owner (Facebook user) authentication looks good, but it can be annoying for users to log in to social networks to read or display a summary of user / page statistics
I am using Java (spring social API)
resolvent
Solution
offline_ Access permissions may be your best route This creates a persistent token for the users you can use Make sure you don't use it to do anything with FB TOS, otherwise you may disable your application@ H_ 502_ 8@ @H_ 502_ 8@
The above is all the content of Java - SSO for Facebook integration collected and sorted out by programming home for you. I hope this article can help you solve the program development problems encountered by Java - SSO for Facebook integration.
If you think the content of the programming home website is good, you are welcome to recommend the programming home website to programmers and friends.