The current implementation has a few issues indeed, that will be fixed
in the next version. In the mean time you can pull the correct file
from github and include it in your project.
https://github.com/playframework/play/blob/1.2.x/framework/src/play/libs/OAuth2.java
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
>
--
Erwan Loisant
Actually now that 1.2.2RC1 has been released, I recommend you to use
this one. You no longer need to pull code from github.
Also there's an example of usage in samples-and-tests/facebook-oauth2