Functions

Function Description
delete Deletes the video (must be owned by the authenticated user).
getDetails Looks up more details on this video.
rate Causes the authenticated user to set/clear a rating on a video.
save Saves changes to "snippet" related properties (video must be owned by the authenticated user)

delete

Deletes the video (must be owned by the authenticated user).

Return Value: true on success.

delete()

getDetails

Looks up more details on this video.
Calls other than BigTreeYouTubeAPI::getVideo will return partial video information, this call supplements the partial responses with a full response.

Return Value: A new BigTreeYouTubeVideo object with more details.

getDetails()

rate

Causes the authenticated user to set/clear a rating on a video.

rate($rating)
Parameter Description
$rating "like", "dislike", or "none" (for clearing an existing rating)

save

Saves changes to "snippet" related properties (video must be owned by the authenticated user)
Properties that save are: Title, Description, Tags, CategoryID, Privacy, Embeddable, License

Return Value: true on success.

save()