YouTubeService
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.9.0" ) ]
public YouTubeService (string developer_key, Authorizer? authorizer)
[ Version ( since = "0.9.0" ) ]
public YouTubeService (string developer_key, Authorizer? authorizer)
Creates a new YouTubeService using the given Authorizer.
If authorizer is null, all requests are made as an unauthenticated user. The developer_key must be
unique for your application, and as registered with
Google.
Parameters:
| developer_key |
your application's developer API key |
| authorizer |
a Authorizer to authorize the service's requests, or |
Returns:
|
a new YouTubeService, or |