omniauth
What am I doing that prevents Sinatra from loading OmniAuth when running Ruby 1.8.7
OmniAuth is supposed to be 1.8.7 compatible and is Rack based.I\'ve created a custom strategy for OmniAuth that is somehow making Sinatra when run with Ruby 1.8.7 / REE unhappy.It works fine with Rail[详细]
2023-03-17 08:03 分类:问答Omniauth with Linkedin in Rails to Post Updates
I have an application using OmniAuth for authenticating with a variety of social networking services (including Linkedin) and want to post updates. I have the following information on a user from omni[详细]
2023-03-17 05:01 分类:问答How do I fix this gem dependency problem in Rails 3 (bundler)?
For some reason, my project has messed up and now its throwing errors every time I try to run bundle install.Somem of the errors i\'ve managed to fix by reordering the gems in my Gemfile, but now i\'m[详细]
2023-03-17 02:45 分类:问答Omniauth OpenId authentication returns nil on user_info
I am using Ruby 1.9.2 + Rails 3 + Devise + Omniauth and trying to authenticate users with Openid. My providers on omniauth.rb are[详细]
2023-03-16 20:48 分类:问答When mixing omniauth and fbgraph gems I am failing to get an access key
I am using Rails 3. I am getting a Rack::OAuth2::Client::Error in SessionsController#create error when I try to get the access key.[详细]
2023-03-16 12:19 分类:问答Facebook authentication problems with omniauth 0.2.6 rails ( invalid_credentials)
I get an error when i try to login with facebook via omniauth gem ver.0.2.6. It shows invalid_credentials.[详细]
2023-03-16 11:43 分类:问答Infamous Nil Object Error w/ OmniAuth
You can see this error on SO: Nil object error when using OmniAuth (which normally works) OmniAuth / Rail开发者_开发问答s - You have a nil object when you didn't expect it[详细]
2023-03-15 21:03 分类:问答omniauth and google with sinatra on heroku
I\'m trying to use OmniAuth in a sinatra app with google as the login provider.Using the twitter and facebook providers work fine:[详细]
2023-03-15 20:45 分类:问答Rails 3: updating user attributes when authentications are created
I followed Railscasts #235 and #236 to setup creating user authentications with omniauth. http://railscasts.com/episodes/235-omniauth-part-1[详细]
2023-03-15 13:14 分类:问答How to move OpenID store to database instead of /tmp
We have a rails application that uses devise, and omniauth and wanted to support openID. We have it working on a single server, but it uses \"/tmp\" for it\'s \"filesystem store\". It seems like this[详细]
2023-03-15 02:27 分类:问答