TomGrill / gdx-facebook

libGDX extension providing cross-platform support for Facebook Graph API.
Apache License 2.0
60 stars 21 forks source link

GWT gameRequests #29

Open TomGrill opened 8 years ago

TomGrill commented 8 years ago

TODO add gamerequest support

Zarandor commented 6 years ago

Hi TomGrill, I'd like to help to add invitation to Desktop. Can you tell me what's lacking to do so ?

TomGrill commented 6 years ago

On Desktop there is no SDK which helps implementing FB invitation. One must create its own solution based on his game. Thats just how things are. For security reasons, it is probably best to do this on server side or at least verify data using a server.

Zarandor commented 6 years ago

Thanks for the answer. After some torough searches yesterday I came to the same conclusion. So I retrieved this possibility from my game because from I read it's not possible to get friends who don't play the game on desktop even through Facebook graph API.

Anyway, I will soon be interested in adding Facebook on the HTML5 version of my game. So I'll probably reach to you again shortly.