Evernote身份验证的oauth_token_secret的源



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

我想你可以把它留空。https://discussion.evernote.com/topic/18710-access-token-secret-returning-blank/

最新更新