Community contributed extensions

Facebook Graph API [fbgraph] module

This module is for the Play 1.x series only.

The FbGraph module now supports OAuth 2.0 for authentication.

FbGraph module enables your application to access all the features of the Facebook Graph API via Java and the Play framework. It uses the JavaScript SDK to provide simple login and signup.

http://code.google.com/p/play-fbgraph/

Written by Eric Jacob.

Published releases

0.4 Feb 12 2012 Documentation Try Play
0.3 May 17 2011 Documentation Try Play
0.2 Apr 15 2011 Documentation Try Play
0.1 Jan 28 2011 Documentation Try Play

To install locally this module use the install command:

play install fbgraph-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> fbgraph {version}