omniauth
Testing Omniauth in Rails
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[详细]
2023-03-02 15:42 分类:问答Google oauth via devise and omniauth/oauth continually requesting access
I can use devise with omniauth (oauth NOT openid) and a devise.rb config like this: config.omniauth :google, KEY, SECRET[详细]
2023-03-02 15:10 分类:问答How to the same thing with omniauth
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.[详细]
2023-03-02 04:03 分类:问答Omniauth Tumblr setup: Where can i find the setup credentials?
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[详细]
2023-03-02 02:15 分类:问答Rails - How to simply mock current_user (OmniAuth) on Test::Unit?
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[详细]
2023-03-01 14:46 分类:问答Finding user's friends with Facebook Graph API
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[详细]
2023-03-01 03:03 分类:问答Omniauth - Origin is nil
I\'m using the gem with twitter. On callback, check if the user exists and create him or send him back to the homepage.[详细]
2023-02-28 15:45 分类:问答Omniauth with FourSquare issue
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[详细]
2023-02-28 15:30 分类:问答what does this mean for linkedin gem? undefined method `downcase' for nil:NilClass
I get the following error now (didn\'t really change code, but started happening): undefined method `downcase\' for nil:NilClass[详细]
2023-02-28 15:17 分类:问答Facebook canvas app not saving Sessions
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[详细]
2023-02-28 06:57 分类:问答