Quote:
Originally Posted by CPA-Rush
sarettah , lets say i want check if some users watch the room right now ?
$users_to_show=array("jully_rebella","natyhot29"," sexypenis75"); // users
$room = 'https://chaturbate.com/api/getchatuserlist/?sort_by=t&roomname=natyhot29'; // userlist of the room
....SOMECODE
if true
echo '<div id="users_to_show"> - are in room ';
echo '</div></span>';
else echo ' <div id="null"> <strong>Not in room . </strong></div>';
can u guide me ? 
|
I don't think you can get at a list of who is watching the room through the feed. The information is just not there.
You could scrape a page and pick up that information perhaps.
.