I\'m going to add Oauth autenthication to my rails web app. Since I don\'t want to reinvent the wheel, have you got some ruby gem to suggest to add this kind of featur开发者_StackOverflow中文版e?
We just finished implementing OAuth 开发者_Python百科in our RoR application using the Twitter gem. The whole authentication process works perfectly and we are able to persist access tokens. We\'re won
OK, I am pulling my hair after trying this out too many times to debug. So please help me out here. I keep getting 401 Unauthorized error after I am redirected back.
Sometimes an Twitter OAuth is successfully executed, but an unauthorized error is thrown. I get about 50 of these on a daily basis. It is worrying, because I have no idea how that might be reproduced.
I\'ve been looking at this for a couple of days now and haven\'t found a solution. Is there a way to upload a file using OAuth-Ruby?