Functions
Function | Description |
---|---|
getVideos |
Returns the videos for this channel. |
subscribe |
Subscribes the authenticated user to the channel. |
unsubscribe |
Unsubscribes the authenticated user from the channel. |
getVideos
Returns the videos for this channel.
Return Value: A BigTreeGoogleResultSet of BigTreeYouTubeVideo objects.
getVideos($order = 10, $count = "date")
Parameter | Description |
---|---|
$order |
The order to sort by (options are date, rating, relevance, title, viewCount) — defaults to date. |
$count |
Number of videos to return (defaults to 10). |
subscribe
Subscribes the authenticated user to the channel.
subscribe()
unsubscribe
Unsubscribes the authenticated user from the channel.
unsubscribe()