WebDjango OAuth invalid_grant error
Posted junneyang 的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WebDjango OAuth invalid_grant error相关的知识,希望对你有一定的参考价值。
This can happen if the code is expired. They expire pretty quickly by default. You can look up your code in the Django admin under Grants
and change the expiration date to far in the future.
原因:
Django OAuth Toolkit 默认的Grant过期时间非常短暂。
参考资料:
http://stackoverflow.com/questions/27056272/django-oauth-toolkit-invalid-grant-error
以上是关于WebDjango OAuth invalid_grant error的主要内容,如果未能解决你的问题,请参考以下文章