Open zetxek opened 14 years ago
I work on it : http://github.com/waxzce/playoauthclient-gae
it's a fork of this project, a little bit dirty ATM but the example will be release soon
incompatibility is :
Since play.libs.WS is used in this module, it will not work on GAE, because GAE does not allow org.apache.commons.httpclient.
in fact, two problems for GAE in this module : play.libs.WS and persistence by hibernate. I will resolve all of this in a few days (I have to test the example yet in my own fork)
When used in a project where the Google Application Engine module for Play Framework is used (http://www.playframework.org/modules/gae), the application will raise an exception on loading any page (it starts correctly from command line, but won't work).