Stackmob - possible to use w/ Corona through REST API?

From another thread, it looks like Corona users are able to connect to Parse’s BaaS using Parse’s REST API. This is awesome news, but I would probably prefer to use Stackmob over Parse. Does anyone know if we can connect to Stackmob’s REST API, too?

Thanks in advance for your help. [import]uid: 135391 topic_id: 24906 reply_id: 324906[/import]

Stackmob has a REST API, but I believe you have to use OAuth, which isn’t supported natively in Corona. There’s an OAuth library that someone submitted to the shared code repository but I haven’t tried it. [import]uid: 1560 topic_id: 24906 reply_id: 101113[/import]

Thanks! [import]uid: 135391 topic_id: 24906 reply_id: 101143[/import]

Hi Nate,

As Dotnaught said, StackMob is a REST API but you need to sign the requests using OAuth. You can see more information on headers you need to set here

http://www.stackmob.com/devcenter/docs/Datastore-API#a-making_api_calls

If you have any questions please just open a support ticket by emailing support at stackmob dot com.

Ty [import]uid: 42154 topic_id: 24906 reply_id: 101386[/import]

Awesome. Thanks, Ty! [import]uid: 135391 topic_id: 24906 reply_id: 101388[/import]