Mates, I'm developing a facebook app. It turns out that when I run it via my server's url, it works fine. But, when I run it on facebook, if I check the network requests, the request that tries to save info is somehow cancelled.
This is my server's URL: http://www.conamor.org/apps/aventuracenter/pacman/public/index.php/game
This is from facebook: https://apps.facebook.com/avcpacman/
As you can see (If you run it), it makes a post request in order to save player's score. But for some reason I can't understand, when i run it on facebook, this request's status is Cancelled.
Any ideas? Thanks in advance!