fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

"failed to obtain request token" in Twitter #47

Closed dailystore closed 10 years ago

dailystore commented 10 years ago

When I clicked on the Twitter button to direct to Twitter's login page, It threw the error "failed to obtain request token" instead. I had added the Twitter consumer key and secret yet (The one created in https://dev.twitter.com/apps). The Google works fine. I haven't checked Facebook and Linkedin yet.

I googled the error and they tell me to change the server's clock, but I'm using windows localhost and my clock still be accurate.

Any help would be appreciated.

original

fnakstad commented 10 years ago

Are you the same person who commented on my blog? I'll leave my reply here as well: You probably entered the wrong values for your consumer key and secret. Mine work without any problems, but if I change to incorrect values I get the same error message. Maybe you could try confirming that you're using the correct values from your Twitter dashboard?