We are starting to develop a new website using Rails 3, RSpec 2, and OmniAuth 2. We wanted to follow TDD using RSpec to write the authentication, but we actually don\'t know where to start. We don\'t
I can use devise with omniauth (oauth NOT openid) and a devise.rb config like this: config.omniauth :google, KEY, SECRET
Reading on this oauth tutorial. I 开发者_C百科would like to do exactly the same thing using the Omniauth gem, to get the access tokens from Twitter\'s API.
I am using omniauth to register multiple user accounts from facebook, twitter and tumblr. I succesfully set up the connections to facebook开发者_运维知识库 and twitter, but i fail to connect to Tumblr
I am trying to开发者_运维技巧 figure out how can I mock (simply) current_user inside my unit tests in Rails? (I am using Test::Unit). I tried to look on Google and StackOverflow but nothing really hel
I\'m trying to allow users that have connected their Facebook accounts to my rails app to find their Facebook friends that have already registered in the app, preferably in an index like format (simil
I\'m using the gem with twitter. On callback, check if the user exists and create him or send him back to the homepage.
UPDATE 2011/05/01: I later carefully read through FourSquare\'s API document, and found it says: (Note that the request parameters are not JSON, they are standard HTTP keys and values.) All authenti
I get the following error now (didn\'t really change code, but started happening): undefined method `downcase\' for nil:NilClass
I made a test facebook app just to play around and I am using sessions to store the authentification. I am using omniauth. When I go to log in from http://fbbtest.heroku.com/ and then refresh the page