使用安全 Twitter 帐户接受关注者请求时出现问题 - Twitter4j

发布于 2024-10-07 12:35:50 字数 289 浏览 1 评论 0原文

我的 Twitter 应用程序基于安全 Twitter 帐户,应该能够接受或拒绝关注者请求。目前,我通过 twitterInstance.getIncomingFriendships(-1); 查询新传入的友谊请求; 效果很好。

现在我想接受一个请求。为此,我使用 twitterInstance.createFriendship(friendId); ,我的应用程序将告诉我的帐户关注此人此函数不会“接受”他的以下请求。

这种方法有什么问题吗?还有其他方法吗?

My Twitter application is based on a secured twitter account and should be able to accept or deny follower requests. At the moment I query new incoming friendship request through twitterInstance.getIncomingFriendships(-1);
which works fine.

Now I want to accept a request. For this purpose I use twitterInstance.createFriendship(friendId); and my application will tell my account to follow this person but this function does not "accept" his following request.

What is wrong with this approach? Is there another method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白昼 2024-10-14 12:35:50

我知道这是不可能的。我在这里发布了相关问题的答案:如何使用 Twitter API 批准受保护帐户的关注者请求?

I've learned that this is impossible. I posted an answer to a related question here: How do I use the Twitter API to approve a follower request for a protected account?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文