Page 1 of 1

HTTP Requests using Parse.com or similar

Posted: Mon Dec 28, 2015 3:15 pm
by rokin
Hi,

I've recently started delving into game development using LOVE but just wondered if it was possible to integrate something like parse.com into a LOVE game to keep track of player scores.

Is there an easy way to make HTTP requests using Lua and LOVE?

Thanks a lot for your help.

Re: HTTP Requests using Parse.com or similar

Posted: Mon Dec 28, 2015 6:01 pm
by Davidobot

Re: HTTP Requests using Parse.com or similar

Posted: Mon Dec 28, 2015 6:25 pm
by bobbyjones
As long the page is http you can use luasocket. if it's HTTPS like a lot of the new apis(thanks Google) then you may have some trouble

Re: HTTP Requests using Parse.com or similar

Posted: Mon Dec 28, 2015 11:10 pm
by zorg
A minute addenda, löve already has luasocket included... you just have to include it yourself :3 (see what i did there?)