[ CCode ( has_construct_function = false ) ]
[ 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 <ulink type="http"
url="https://developers.google.com/youtube/registering_an_application">registered with Google</ulink>.
| developer_key |
your application's developer API key |
| authorizer |
a Authorizer to authorize the service's requests, or null |
|
a new YouTubeService, or null; unref with unref |