我一直在尝试使用 Twython 从 Twitter API 中提取数据。最近,Twitter API 将版本从 v1 更改为 v1.1。我不明白在使用 Twython 时需要进行的更改(如果有的话)。我使用 Twython 2.5.5。我以前使用的命令突然不再工作了。请帮助我完成这个过渡,以便我可以更快地完成工作。提前致谢。
这是我正在使用的代码片段:
twitter = twython.Twython(oauth_token = oauth_token, oauth_token_secret = oauth_secret, app_key = oauth_consumer_key, app_secret = oauth_consumer_secret)
twitter.getRetweets(id="123")
这是我显示的错误:
TwythonError: 'Unauthorized: Authentication credentials were missing or incorrect. -- An error occurred processing your request.'