views:

111

answers:

2

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.

+2  A: 

The Facebook Java API should do, regardless of the web framework you use.

RestFB looks good also good

Bozho