I was trying to integrate parse.com API in some of my games replacing not working Heyzap leaderboard with Facebook authentication. But the point is UrlLoader is not working from Gideros Player running in desktop.
I have tested the same source code in some Gideros Player (older Gideros version) and it works. In desktop I always get an error event. Do you have the same problem with UrlLoader?
Comments
I have created a demo "GiderosPlayer" app in parse.com to enable REST request using UrlLoader, so calling Parse.login() should create a new anonymous user. You can try it from Gideros Player running on desktop.
Likes: jdbc
Parse.com API needs https protocol. I will test only on Android device.
https://github.com/gideros/gideros/issues/50