获取“代码”而不是“access_token”在桌面应用程序中
尽管将我的应用程序的身份验证令牌参数设置为 URI Fragment (#access_token=...)
,但我仍然被重定向到文本中带有 code
的地址。我使用 Python 2.7 和 cookielib 进行登录。我还需要做什么才能获取 access_token
而不是 code
吗?
In spite of setting Auth Token Parameter of my application to URI Fragment (#access_token=...)
, I keep being redirected to the address with code
in the text. I'm using Python 2.7 and cookielib for login. Is there anything else I need to do to get access_token
instead of code
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
流程是获取访问令牌,您需要该代码......但抱歉我不知道如何使用 Python 2.7 实现这一点......
The flow is to get the access token, you need that code....But sorry I don't know how to implement this using Python 2.7...