-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue authenticating #254
Comments
To confirm, @birchlore, this issue can be closed? |
Hey @pickhardt yep, thanks! A note could be added to the readme if anyone else mentions it. |
I'm getting a 'AuthenticationError' when accessing current_user. So the code looks like: client = YouTubeIt::Client.new(:username => params['user'],:password => params['pass'], :dev_key => dev_key) |
I'm getting the error:
I just want to confirm my authentication details:
@client = YouTubeIt::Client.new(:username => "[email protected]", :password => "password_to_gmail", :dev_key => "youtube_api_credentials_key")
So,
Does that all look right? Why would I be getting an authentication error? I've verified the credentials manually several times.
The text was updated successfully, but these errors were encountered: