omniauth
Omniauth Yahoo Error : OAuth::Unauthorized: 401 Forbidden
For our production application, we set up API on yahoo account. We get consumer key and consumer secret.[详细]
2023-03-21 22:29 分类:问答Pull friends uid using fb_graph
does anyone know how to pull a list of facebook friends开发者_如何转开发 uid using fb_graph? My current code is below but it does not work. I\'m using devise and omniauth.[详细]
2023-03-21 06:42 分类:问答OmniAuth triggering validations
I am using OmniAuth in an application that requires authentication. I have 3 ways for users to authenticate:[详细]
2023-03-20 18:26 分类:问答Adding a URL parameter to an OmniAuth Stratery
When开发者_StackOverflow社区 connecting using the Facebook strategy, I want to use display=popup in the Facebook URL.[详细]
2023-03-20 17:32 分类:问答How do I get cucumber & capybara to use http:// paths instead of file:/// paths?
I\'m using omniauth and cucumber with a new application.I\'ve got omniauth up and working and am trying to add appropriate cucumber feature tests.I kept running into odd errors in testing- errors that[详细]
2023-03-20 11:32 分类:问答Devise + OmniAuth - How to capture a FB Connect on registration
I\'m building a registration flow that allows a user to FB Connect to pre-populate the registration form. I\'m also then capturing fb_uuid and fb_access_token.[详细]
2023-03-20 01:58 分类:问答Devise Omniauth "encrypted_password may not be NULL" for new user
I am using Devise with Omniauth to have users sign into my app with Facebook. I used the Railscast tutorials to get it up and running.[详细]
2023-03-19 09:15 分类:问答omniauth alway got low level oauth_token from twitter
1. updated app\'s \"Access Level\" to \"read, write, and direct messages\". (two days ago at dev.twitter.com/apps)[详细]
2023-03-18 19:05 分类:问答Devise Routing Error on Gem Update (Rails 3, Devise + Omniauth)
I am using Devise + Omniauth (Facebook) and recently updated my gems (Rails 3.0.5, Ruby 1.9.2). Upon starting my app server the following line in routes.rb:[详细]
2023-03-18 08:04 分类:问答SSL certificate issue with implementing facebook login via Omniauth - Windows machines
I am facing the same issue as described here - OmniAuth & Facebook: certificate verify failed The most voted answer suggests adding the following to your Omniauth initializer:[详细]
2023-03-17 11:35 分类:问答