Dev Notes GWT - TomGrill/gdx-facebook GitHub Wiki
GWT is currently under development:
These are just notes for later documentatation.
CLient-OAUTH Settings: URL with Port: like: http://localhost:8080/html/
Important note on GWT: You should Initialize the FacebookObject on game Initialization, in the Create method. Then you can do the Login from anywhere in the code (referencing the initialized facebookobject).
This isn't a requirement in non GWT builds (you can init the FacebookObject and do the Login in one place).