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 android kit 并且没有一个 REST api 可以选择这样做,所以请帮助我如何获取用户的视频。
没有用于此的 Twitter API 方法。您需要调用用户时间线端点,然后检查每个推文是否有视频附件。