Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Tweepy 自动向拥有受保护个人资料的 Twitter 用户发送关注请求。但是我在使用方法时得到了未授权的异常。api.create_friendship(uid)这个问题有什么解决方法吗?
api.create_friendship(uid)
不,没有 API 方法可以让您执行此操作。这些请求必须通过 Twitter 网站得到确认。