Getting latest videos/streams posted by a user

I am trying to develop an application using twitch.
I need to get the latest vides/streams that a user has posted.
I explored the API but I am able to find out documentation to obtain streams/videos that a user is following: https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md
How can I get just the ones posted by the user?

Thank you.

Check out: https://github.com/justintv/Twitch-API/blob/master/v3_resources/videos.md#get-channelschannelvideos

Unless I mis-understood it, that API will list videos in a channel and not videos by a user.

I need videos by a user.

Channels and users are synonymous. Archive vods for a channel can only be created by its namesake user.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.