- Go to http://107.170.211.154:49155, type in any username to 'authenticate' (become a user).
- Go to http://107.170.211.154:49155/client/new to get client_id and client_secret.
- Open up client.py and replace the CLIENT_ID and CLIENT_SECRET with the new client_id and client_secret.
- Start the the client by running "./client.py" and then go to http://localhost:8000, choose yes to allow access.
After getting oauth_token, http://localhost:8000/tasks - list all tasks belonging to user http://localhost:8000/tasks/new - create a new task for user http://localhost:8000/tasks/id/update?done=true - update a task (replace 'id' with task id) http://localhost:8000/tasks/id/delete - delete a task (replace 'id' with task id)