Now itβs trivial to create a web application located on Parse.com. Now that I have this webapp, I want to expose part of it to other developers using the oauth accesible api. Thus, they can develop an application that allows site users to give them permission through oauth, and now they can access the api.
How do I start doing this?
Update: after @Mubix's answer, I felt the following clarification would help
I am currently accessing Parse from the server via a REST api to get around any javascript security issues: api keys, etc. Thus, the api will be served by a server other than Parse. In addition, the server code is in javascript / nodejs. I came across https://github.com/jaredhanson/oauth2orize , which seems like a likely candidate, wondered how others are doing it, and if someone really went ahead and integrated Parse access.
source share