parse.com - Query another app from cloud code -
i have multiple apps hosted on parse.com, each own cloudcode. since cloudcode deployed using parse command line tool, don't need set requests app keys. possible query, post, or otherwise 1 app's cloudcode other app's database?
as example, let's whenever object created in 1 app, created in other. or maybe check other app's _user class matching username , other identifying info , perform logic.
when create cloud function, can invoke http post. use cloud.httprequest
app other app. app identity established x-parse-application-id
header.
Comments
Post a Comment