omniauth
setting Facebook Connect cookie expiration when using Rails/OmniAuth
I have a Rails 3 app that authe开发者_开发技巧nticates users using(v0.2.6).In OmniAuth, I am only using Facebook as the authentication provider.[详细]
2023-03-14 22:21 分类:问答OmniauthCallbacksController#failure - when clicking "Don't Allow" for facebook connect
using rails 3 + devise + omniauth to facebook connect. In the permissions dialog, if the user clicks \"don\'t allow\" the user is redirected to:[详细]
2023-03-14 11:22 分类:问答Devise + Omniauth for Facebook Connect - How to use a dialog for permissions
currently with rails 3 + devise + omniauth for facebook connect, when you send the user to Facebook to click \"Allow\" the following url type is generated:[详细]
2023-03-14 10:36 分类:问答How do I have devise / omniauth redirect to the page from which I signed in from?
I have the authentication through omniauth and that link is available on every page through layout/application.html.haml.[详细]
2023-03-14 01:21 分类:问答Rails3 + Devise: edit_password_url spits out http//www.blah.com (No colon the http!)
When a user gets mailed the change password link in our app from our production server, for whatever reason, they\'re getting an absolute url without the colon the http://. As a r开发者_开发技巧esult,[详细]
2023-03-13 06:00 分类:问答Omniauth in Rails 3.1.rc4
I\'m using the latest release of rails, starting a new app that I will be deploying in 3.1 once its out, and I cannot get omniauth to work. If I just add omniauth to my Gemfile, it bundles up, but whe[详细]
2023-03-12 16:14 分类:问答Omniauth with foursquare : Get ".../auth/foursquare/callback?code=XXXX" instead
I am trying to use OmniAuth to connect with foursquare. I followed the instruction in RailsCast: 241: Simple OmniAut.[详细]
2023-03-10 02:01 分类:问答OmniAuth invalid_response with Twitter
Using OmniAuth, Rails 3.1.0.rc2, mysql2, ruby 1.9.2.p0. I still get this when redirecting back to my site.[详细]
2023-03-09 12:13 分类:问答How do I use OmniAuth with a Memcache store in Rails 3?
I wou开发者_开发技巧ld like to use Memcache for OmniAuth\'s store but I cannot find any examples on how to do this. Filesystem tmp is not working for my host. How can I convert the code in my omniauth[详细]
2023-03-08 04:56 分类:问答Getting SSL Error Using Koala with Devise & OmniAuth in a Rails 3 App
I\'m building a Rails 3 app using Devise/OmniAuth, and Koala and I\'m getting the following SSL error:[详细]
2023-03-08 03:37 分类:问答