I'm trying to make an app to help people recover the list of "friends" they used to follow after their Twitter account has been suspended.
The GET /friends/list endpoint allows you to look up this up, but when I try it for suspended accounts I get a Not authorized error (using python-twitter).
GET /friends/list
Not authorized
python-twitter
Is it possible to look this up in any way?
No, this is not possible. Nothing like this can be accessed via API about suspended accounts.
2.1m questions
2.1m answers
60 comments
57.0k users