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

Bug with refreshing Auth Token #213

Open alagu opened 10 years ago

alagu commented 10 years ago

When I do a client.refresh_access_token!

I'm getting a invalid_request error. Any help regarding this?

OAuth2::Error: invalid_request: Client must specify either client_id or client_assertion, not both
{
  "error" : "invalid_request",
  "error_description" : "Client must specify either client_id or client_assertion, not both"
}