0

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.

Zia ur Rehman
  • 331
  • 1
  • 2
  • 20

1 Answers1

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