Using dropboxjs to authenticate the client with oauth 2. What about the server?
I'm new to Oauth and server-side stuff, so please be patient with me. I have a web application that authenticates users with dropbox-js . Everything is pretty straightforward. The application uses dropbox-js' client.authenticate function, and if the user is authenticated, the application gets automatically redirected to the initial page, where it executes the authenticate callback. From that moment on, I know I'm happily authenticated with Dropbox, and I can do stuff with the app's Dropbox directory. I got a public node.js server that currently does nothing. What I would like to do is: As soon