I want to know if we can use the Youtube V3 API to retrieve channel, video, etc. data when the requested channel is not authenticated by the user's own channel.
The documentation for youtube api v3 ( https://developers.google.com/youtube/v3/docs/channels/list#try-it ) says: "The list method returns a collection of zero or more channel resources that match the query criteria. Currently, this method requires an authenticated user, and the API only supports requests for information about the channel that is associated with the authenticated user. "
Example in V2 http://gdata.youtube.com/feeds/api/users/ {username}, which is equivalentin v3 ? Is it affordable ?
source
share