How can I publish my GWT application on Facebook?
EDITED: Facebook requires from the application to have some FacebookSDK configuration in <body>
tag on index.html page.
The GWT-generated index.html doesn't contain the <body>
tag at all, (it has <bodies>
instead o_O ).
How do I do that?
I tried to add these lines to the <bodies>
tag and upload app to facebook, but when I click "next" on App QuickStart page I get "Something went wrong. We're working on getting it fixed as soon as we can." Facebook popup.
The app is generated by libgdx and works perfectly in browser on my own server. Is there better way to publish GWT app?
There are some docs and question here and there, but it looks like they are related to old approach. Thanks!
0 comments:
Post a Comment