Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parse Platform

Parse.com Query On Child Object Key Within An Array Of Objects Column

A Parse class has a column labeled BoxData and is an Array type. Each value for that BoxData colum… Read more Parse.com Query On Child Object Key Within An Array Of Objects Column

Generate Vcard And Send Via Twilio

I am writing a Twilio + Parse app which lets users share their contact info via SMS. I have a sampl… Read more Generate Vcard And Send Via Twilio

Send Data To Parse Once The "submit" Button Has Been Clicked

I'd like to use JavaScript/jQuery Mobile to capture a date inputted by the user, and then once … Read more Send Data To Parse Once The "submit" Button Has Been Clicked

Send Multiple Http Request Via Parse.cloud.httpreq

I'm trying to send multiple HTTP Requests via Parse.Cloud.httpRequest but I get {'code… Read more Send Multiple Http Request Via Parse.cloud.httpreq

How To Use Parse.object Fromjson?

I checked the docs: http://parse.com/docs/js/api/classes/Parse.Object.html#methods_fromJSON And I d… Read more How To Use Parse.object Fromjson?

Promises On Cloud Code

I'm writing a cloud code function for run many task after delete an object. How can I do this … Read more Promises On Cloud Code