如何使用POST GET传递access_token

时间:2018-05-08 16:20:07

标签: python python-3.x authentication oauth-2.0

我有一个秘密密钥(访问令牌),我需要将其传递给服务器进行身份验证。不知道如何在python3中正确地做到这一点。有人可以帮忙吗?这是我的代码:

mytoken='abcdefg123456'

headers='{ not sure what to put here!}

auth = requests.post(url='https://api.bitoasis.net/v1/access_token', headers=headers)

我需要两个方面的帮助...请在标题中添加什么,我需要在网址后面包含data = mytoken吗?

0 个答案:

没有答案