Jack Daniel
Jack Daniel

Reputation: 2467

Facebook auth plugin for play framework 2

is there any new Facebook authentication plugin for play framework 2(java)? İ can't find any. everything i found is for play 1.x version.

Upvotes: 1

Views: 758

Answers (2)

jleleu
jleleu

Reputation: 2699

Or you can use play-pac4j which supports OAuth (Facebook, Twitter, Google, Yahoo, LinkedIn, ...), CAS, SAML, OpenID (Connect) and GAE. See the demos: play-pac4j-java-demo & https://github.com/pac4j/play-pac4j-scala-demo

Upvotes: 1

ed.
ed.

Reputation: 2706

Secure Social has out of the box support for facebook: http://securesocial.ws/guide/getting-started.html. It's written in scala but supports scala or java based play apps.

Upvotes: 2

Related Questions