Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我刚刚在 http://blog 找到了一个教程.carduner.net/2010/01/26/django-piston-and-oauth/。希望这会对某人有所帮助。
I've just found one tutorial at http://blog.carduner.net/2010/01/26/django-piston-and-oauth/. Hope this would help someone.
我做了本杰明·戴尔;你现在什么时候了?无限循环?在这种情况下;将此函数添加到 yourapp.api.views:
并设置 settings.OAUTH_CALLBACK_VIEW = "api.views.request_token_ready"
I did benjamin dell; at what point are you? The endless loop? In that case; add this function to yourapp.api.views:
and set settings.OAUTH_CALLBACK_VIEW = "api.views.request_token_ready"