1

是否可以使用我在账户 X 上的 twitter API 注册账户从另一个账户 Y(也是我的账户)发推文?

4

1 回答 1

2

是的,您只需使用 OAuth 1.0a 以帐户 Y 身份进行身份验证。
有关更多信息,请参阅https://developer.twitter.com/en/docs/basics/authentication/overviewhttps://developer.twitter.com/en/docs/basics/authentication/oauth-1-0a

如果您使用的是 Tweepy,请参阅https://tweepy.readthedocs.io/en/latest/auth_tutorial.html

于 2019-12-25T20:16:57.707 回答