Skip to content

Instantly share code, notes, and snippets.

@jrenaut
Created November 17, 2017 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrenaut/721759c1543f86a337b15ebbf0100c30 to your computer and use it in GitHub Desktop.
Save jrenaut/721759c1543f86a337b15ebbf0100c30 to your computer and use it in GitHub Desktop.
Dwolla-Python 2.3 example fails
from dwolla import *
constants.sandbox=False
constants.client_id = "XK+XHoxLkx5Fc7sdfgsdfgsdfgdsfdfga5o3EWaxzaQi+/r8yV0s"
constants.client_secret = "8gfuoig5y909hjnohf/L+vfmX0NOkok/SkXWbDtX8HvH7"
access_set = oauth.get("Z/KHDIyWO/LboIGn3wGGs1+sRWg=")
print(access_set)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment