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

Possible bug? This should be taken care of by session.parse_authorization_response [build/lib/quickbooks/views.py] #9

Open
grue opened this issue Mar 7, 2014 · 0 comments

Comments

@grue
Copy link
Owner

grue commented Mar 7, 2014

filename : build/lib/quickbooks/views.py
line # : 62
tag : review
md5 : 49b17a0781d1559cb2f5a3c7d70c0c80

   # [review] - Possible bug? This should be taken care of by session.parse_authorization_response
   session.auth.client.verifier = unicode(oauth_verifier)
       response = session.fetch_access_token(ACCESS_TOKEN_URL)
       # Delete any existing access tokens
   request.user.quickbookstoken_set.all().delete()
       token = QuickbooksToken.objects.create(
       user=request.user,
       access_token=response['oauth_token'],
       access_token_secret=response['oauth_token_secret'],
       realm_id=realm_id,
       data_source=data_source)
       # Cache blue dot menu
   try:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant