-
Notifications
You must be signed in to change notification settings - Fork 208
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
twitter / google plus - me request Not Found response? #111
Comments
@Gerst20051 Were you able to validate your google plus provider inside the oauthd portal with a "Try auth" request? I can't get the popup to load google's auth gateway page. |
@kalanbates I'll let you know soon but I think it's fixed now! |
@Gerst20051 I'm thinking the same thing. I ran across this issue report while I was investigating an issue I was having setting up google_plus as an oauth provider in my daemon. Come to find out, the problem I was having testing the provider was due to a corporate network policy designed to keep employees out of gmail...they blacklisted accounts.google.com, but the daemon was not exposing the tunnel connection error to my dev tools. It just kept failing the "Try Auth" test. Once I figured this out, I switched connections to an unencumbered network and the Try Auth passed. The odd thing that I'm currently experiencing is that when calling accessToken.me() for a google token, I receive the following response
...the odd part is that I configured (assuming no typos) my Google Auth App identically to my Facebook Auth App, so I'm unsure why the behavior is different. At any rate,
works like a champ at retrieving profile info from the authentication system. |
I keep getting Not Found for the me request from twitter and google plus. how should i load user data after getting the token via server side through twitter and google plus? Facebook is working perfectly...
The text was updated successfully, but these errors were encountered: