Is there any way I can retreive a users past streams from their channel and put it into a php website template?
Many thanks.
Is there any way I can retreive a users past streams from their channel and put it into a php website template?
Many thanks.
You can get that info by requesting /channels/:id/videos. For how to do this in PHP, see curl, json_decode()
and echo
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.