jamiew / omniauth-youtube

OmniAuth 1.0 strategy for connecting to YouTube
https://github.com/jamiew/omniauth-youtube
19 stars 18 forks source link

Authenticate on youtube with OAuth 2.0 #4

Closed smgt closed 12 years ago

smgt commented 12 years ago

As of 20 April 2012 Google Oauth1.0 is deprecated.

http://googledevelopers.blogspot.se/2012/04/changes-to-deprecation-policies-and-api.html https://developers.google.com/youtube/2.0/developers_guide_protocol_oauth

jamiew commented 12 years ago

Awesome, thanks. Do you happen to have a bootstrapped rails 3.1/3.2 app(s) with omniauth-youtube setup already for testing?

My https://github.com/jamiew/omniauth-rails-app app is still on rails3, though I'm working on updating it now

smgt commented 12 years ago

Unfortunately I don't. But I needed the project for my sinatra application and there it works very well.

jamiew commented 12 years ago

Updated my app and works great. Thanks for the patch, this closes issue #1 as well