I'm learning using Play Framework and doing a demo app for it.
For this app I want also to integrate with the Facebook API, allowing users to log using Facebook Ids. Knowing that Play is a stateless framework and the way it works, there is some library or module recommended?
I've not been able to find any but I ask just in case.
The latest Play! Framework v1.2.2 contains a sample with Facebook OAuth2 protocol.
Here is an Application controller with OAuth2 authentication :
Enjoy!
There is also now a fbconnect module listed on Play's site.
RestFB is my first choice.
The Facebook Java API should also do.
You could also check out http://code.google.com/p/socialauth/. Looks promising.