kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Creating new client with only :dev_key causes AuthenticationError::Unknown for actions that need authentication #28

Closed jch closed 13 years ago

jch commented 13 years ago

If I initialize a client with :dev_key, :username, and :password, then actions authenticated actions work fine (e.g. client.my_videos). However, only specifying :dev_key does not work. Not sure if this is expected behavior, what it's what's listed in the README.

kylejginavan commented 13 years ago

Using only the dev key is for getting statistics. When creating an account you need to be authorized.

Thanks, Kyle