【发布时间】:2018-10-30 00:39:18
【问题描述】:
我正在使用 Evernote Python SDK,并在此处完成 Oauth 工作流程描述。
http://dev.evernote.com/doc/articles/authentication.php
如何获得 oauth_token_secret?我有我的消费者秘密,但看不到如何获取 oauth_token_secret。
要检索访问令牌,我相信我需要使用“get_access_token”函数。 oauth_token_secret 是必需的参数之一。
https://github.com/evernote/evernote-sdk-python/blob/master/lib/evernote/api/client.py
我还需要其他部分(oauth_token、oauth_verifier)。
【问题讨论】:
标签: python-3.x oauth evernote