Class OmniAuth::Strategies::YouTube
In: lib/omniauth/strategies/you_tube.rb
Parent: OmniAuth::Strategies::OAuth

Authenticate to YouTube via OAuth and retrieve basic user info.

Usage:

   use OmniAuth::Strategies::YouTube, 'consumerkey', 'consumersecret'

Methods

Public Class methods

Public Instance methods

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]