ORCID / python-orcid

Python wrapper around ORCID API
BSD 3-Clause "New" or "Revised" License
91 stars 26 forks source link

Fixed token handling in _get_member_info #8

Closed bronger closed 8 years ago

bronger commented 8 years ago

The token parameter in _get_member_info is not used. The token which is used instead cannot access non-public data, thus, we needed to change the method.

I don't understand the meaning of _get_access_token_from_orcid('/activities/read-limited'), which I removed, so I hope this PR does not break anything.

MSusik commented 8 years ago

Indeed, it seems like a mistake. Thanks!