-
Notifications
You must be signed in to change notification settings - Fork 21
Dev Notes GWT
Costi Muraru edited this page Oct 2, 2018
·
4 revisions
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).
There is also a example libGDX project which shows the usage of gdx-facebook: https://github.com/TomGrill/gdx-facebook-app