I am trying to get all videos that a user uploaded using his/hers twitter account. I have tried twitter android kit and none of it's REST api has option to do so, so please help me how I can get just videos of a user.
Asked
Active
Viewed 273 times
0
-
Is there any way to get the videos? If you have already found it please answer it. – Cool Java guy מוחמד Feb 21 '18 at 02:35
1 Answers
1
There's no Twitter API method for this. You would need to call the user timeline endpoint and then check each Tweet for video attachments.

Andy Piper
- 11,422
- 2
- 26
- 49