DrkSephy / django-hackathon-starter

A boilerplate for Django web applications
1.61k stars 298 forks source link

Implement Venmo API example #6

Open DrkSephy opened 9 years ago

DrkSephy commented 9 years ago

It would be useful to implement a Venmo API example. To begin, we need to implement Authentication using the OAuth 2.0 workflow, which can be found here.