Can I Access The Cloud From A Website ?

Hi,

I have been asked by a friend to create an app and website for them. The app has a lot of social features, friends, chat, Facebook, Twitter etc… and looking through the documentation, the cloud stuff looks like a perfect fit.

But I then want to do the same things as I do in the app but on a website, so would be using PHP.

Is this possible ?

Dave

Hi Dave,

Sure its possible, Corona Cloud has a full featured REST based API, so you can use it on anything that can make a web call.

Give it a try and keep us posted, would love to know how it goes.

Drop me a line mohamed(at)coronalabs.com

Thanks

-Mohamed

Check out the Web API docs for the cloud:

http://docs.coronalabs.com/api_web/index.html

The examples are command line curl commands, but that should translate to PHP curl() calls reasonably well.

Hi Dave,

Sure its possible, Corona Cloud has a full featured REST based API, so you can use it on anything that can make a web call.

Give it a try and keep us posted, would love to know how it goes.

Drop me a line mohamed(at)coronalabs.com

Thanks

-Mohamed

Check out the Web API docs for the cloud:

http://docs.coronalabs.com/api_web/index.html

The examples are command line curl commands, but that should translate to PHP curl() calls reasonably well.