You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just written some code to use OAuth with Zotero, after a lot of trial and error. This lets an application request access to someone's library. The user clicks a button to approve access, rather than having to manually generate an API key. Once approved, the application can retrieve an API key to use with the existing code.
I've just written some code to use OAuth with Zotero, after a lot of trial and error. This lets an application request access to someone's library. The user clicks a button to approve access, rather than having to manually generate an API key. Once approved, the application can retrieve an API key to use with the existing code.
https://github.com/takluyver/cite2c/blob/master/cite2c/zotero_oauth.py
I came across pyzotero while looking for information on how to do this. Would you be interested in some code to help with OAuth?
The text was updated successfully, but these errors were encountered: