Evernote身份验证的oauth_token_secret的来源

时间:2018-10-30 00:39:18

标签: python-3.x oauth evernote

我正在使用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)。

1 个答案:

答案 0 :(得分:1)