ORCID / python-orcid

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

How could I get pass institution's key and secret? #25

Closed avatar-lavventura closed 6 years ago

avatar-lavventura commented 6 years ago

My university does not exist under institutional account (Bogazici University). But I do have a personal account.

[Q] How could I get pass institution's key and secret? Can I get via my personal account?

MSusik commented 6 years ago

Unfortunately I don't know, but @rcpeters should be able to help you.

avatar-lavventura commented 6 years ago

Some how I was able to get my client key and secret and obtain my token key under Developer Tools (https://orcid.org/developer-tools).

But I do have this error: error="invalid_token", error_description="Invalid access token: '...' (https://github.com/ORCID/ORCID-Source/issues/4565), when I am using public API through curl. I am not sure what might be the reason. @MSusik

rcpeters commented 6 years ago

You institution would need to have ORCID membership( https://orcid.org/about/membership) and they would have to list you as a technical contact. As for the invalid token error message please see your other thread: https://github.com/ORCID/ORCID-Source/issues/4565.

Robert Peters info@rcpeters.com 415.374.0214 805.440.9056

On Sat, May 5, 2018 at 1:37 PM, Mateusz Susik notifications@github.com wrote:

Unfortunately I don't know, but @rcpeters https://github.com/rcpeters should be able to help you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ORCID/python-orcid/issues/25#issuecomment-386833195, or mute the thread https://github.com/notifications/unsubscribe-auth/AALx5PEJjoklxlIxsyYLPIazpM3tt77bks5tvg2UgaJpZM4TztaV .

MSusik commented 6 years ago

Thanks for clarification @rcpeters!