Authenticate to YouTube via OAuth and retrieve basic user info.
Usage:
use OmniAuth::Strategies::YouTube, 'consumerkey', 'consumersecret'
Monkeypatch consumer.get_request_token but specify YouTube scope rather than Google Contacts TODO this is an easy patch to the underlying OAuth strategy a la OAuth2
[Validate]