bbangert / velruse

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

load more data from twitter (and photo from linkedin) #116

Closed keul closed 11 years ago

keul commented 11 years ago

Twitter (and linkedin) providers can load more user data.

I'm still keeping the Portable Contacts format. for twitter, I need to perform another call to the twitter remote service.

keul commented 11 years ago

This PR can't be closed due to recent changes. Meanwhile twitter implementation has changed.

You can find new implementation (with 1.1. API) there: https://github.com/RedTurtle/velruse/tree/more-twitter-data

mmerickel commented 11 years ago

Last night I replaced the python-oauth2 code with requests_oauthlib. All tests pass for me on master. If you can update your PR to support the updates I'll be happy to merge this update.

keul commented 11 years ago

Amazing! I'll fix the pull request ASAP, probably I'll create a new one.

mmerickel commented 11 years ago

This PR has been replaced by #120 and #121.