Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to invoke CoinbaseAccount with a known good oauth access token #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

skruger
Copy link

@skruger skruger commented Mar 1, 2014

This pull request implements setting an arbitrary access_token for use when an oauth implementation whose data structures are not compatible with what the oauth2_credentials parameter expects.

In my testing I also ran into a situation when I was working with a string that was cast to unicode that produced an error when doing the 'type() is str' test. I modified the two instances of this (one in my new code and one in existing code) to check if the variables were instances of basestring instead.

@sibblegp
Copy link
Owner

Can you pull the latest version of the library and make this function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants