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.
对于我的一个工具,我有一个包含许多 Twitter 帐户的数据库。有时会发生,在数据库中列出的帐户被 twitter 暂停。
我想知道是否有办法检查帐户是否被暂停。
我正在使用 Abraham Williams 的 php twitter api 库。
使用您要检查的用户 ID执行用户查找查询。
列表之外的将是暂停的。
到目前为止,我就是这样做的。不确定是否有特定的方法可以做到这一点。