Hello everyone,
I've developed a game with facebook integration thanks to lanceal plugin. In localhost all is OK, but when I
execute the game from my host it simple loads and stops when was supposed to open facebook login.
I've wasted the whole day "searching" for a solution(again thanks Facebook for your lack of information), but I guess the problem is the url in advanced configuration of the facebook app:
Valid OAuth redirect URIs
What should I put there? If my game is hosted in https://www.myhost.com/PRUEBA/PRUEBA/index.php for example?
I've tried with lost of combinations and none worked, while with http://localhost:5000/ works for localhost.
Help please I'm desperate with Facebook!