如何获取已暂停的 Twitter 帐户的 "friends" 列表

How to get the list of "friends" of a suspended Twitter account

我正在尝试制作一个应用程序来帮助人们恢复他们在 Twitter 帐户被暂停后曾经关注的“朋友”列表。

GET /friends/list 端点允许您查找它,但是当我为暂停的帐户尝试它时,我收到 Not authorized 错误(使用 python-twitter)。

是否可以通过任何方式查找?

不,这是不可能的。关于暂停帐户,无法通过 API 访问此类内容。