bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

get more data from twitter if access_token is provided #120

Closed keul closed 11 years ago

keul commented 11 years ago

This close #116

mmerickel commented 11 years ago

Before I do my own research, can you explain to me how the access_token and access_token_secret are different from the already-computed credentials['oauthAccessToken'] and credentials['oauthAccessTokenSecret']?

keul commented 11 years ago

Mmmhh... I need to check. Maybe I'm wrong.

keul commented 11 years ago

@mmerickel you were totally right: already computed token was working! The code now is a lot simpler!

mmerickel commented 11 years ago

If you can make those couple updates I'll merge your work, thanks so much!

keul commented 11 years ago

@mmerickel now should be ok!

mmerickel commented 11 years ago

Thanks again for the PR!