Tweepy twitter oauth authentication not returning oauth_verifier

不想你离开。 提交于 2019-11-30 09:24:48

问题


I am using a python library called "tweepy" for twitter. When I try to authorize the user, twitter is supposed to redirect to a callback url with auth_token and oauth_verifier. I am getting only auth_token in the url. Anyone else had the same problem?


回答1:


Twitter only uses oauth_verifier (PINs) for desktop applications. For web applications, Twitter bypasses this and does not use it. You can re-check your application settings at http://dev.twitter.com/apps



来源:https://stackoverflow.com/questions/4033789/tweepy-twitter-oauth-authentication-not-returning-oauth-verifier

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!