omniauth-facebook Questions

5

Solved

I am building a Rails-API using Omniauth-facebook and Devise-token-auth with Angular and ng-token-auth for the frontend. However when logging in with facebook I am presented with the error: undefi...
Bufflehead asked 5/10, 2016 at 17:10

2

Solved

I followed the pull request from the branch to the master (devise) but I'm still having the error and I can't deploy the api to the server anymore I also tried the solutions provided in this questi...
Toaster asked 2/2, 2021 at 14:17

5

Solved

ruby '2.6.3' gem 'rails', '~> 6.0.2', '>= 6.0.2.1' I'm using the latest omniauth-facebook and devise together Gemfile: gem 'devise' gem 'omniauth-facebook' Getting this error when starting th...

3

Solved

I am now implementing omniauth feature into my app. Everything works fine except that i cant get the first and last name from the facebook. Here is my model code. def self.from_omniauth(auth) u...
Novelty asked 12/10, 2015 at 21:14

1

I've had a lot of issues trying to get the client-side login to work, so I'm going to take the liberty of referencing a ton of other questions here... none have resulted in an answer that has worke...
Katherinkatherina asked 13/9, 2014 at 1:46

5

Solved

I have been trying for days to setup my Omniauth for facebook I don't know what am I doing wrong. I am not able to get the email of the user. The returned hash only contains the "name" and the "ui...
Ambrogio asked 12/8, 2015 at 1:19

2

Solved

I'm using Devise 3.5 with Omniauth in a Rails 4 app. I've created an integration with Facebook that allows a user to connect their Facebook account to my app. Currently when the user clicks the con...

1

Solved

Problem I have Devise Omniauth-Facebook authentication. The log in with facebook works, but the Session is lost when the user goes to localhost:3000. I have the following GEMs: Devise 4.2.0 Rails...
Kathaleenkatharevusa asked 16/2, 2017 at 17:17

3

I used the Devise gem to set up a User model for my app. I'm trying to work in Facebook authentication using Omniauth. I can retrieve the Name and Email data, but I'm having trouble getting any oth...

7

I am trying to authenticate users with Facebook using OmniAuth. Initially, it was working, but along the way it just stopped working and started to give me this error message: OpenSSL::SSL::SSLE...
Doersten asked 19/4, 2011 at 3:12

1

Solved

I am working on my RoR4 app to enable users to login via existing facebook account. I registered a facebook app (a live and tested version) and stored its api and secret in development.rb. I used o...

1

Solved

I am trying to setup omniauth for a website for login through facebook. The issue is facebook is not sending the 'info' field. I have setup 2 facebook apps for different environment. For one app...
Cartercarteret asked 24/7, 2015 at 10:18

1

I am using omniauth and devise for login/sessions/signup facebook login... I get the error anytime I try to sign up, login, or etc. I guess some other things don t work in my sessions and call...
Tilburg asked 15/5, 2015 at 22:38

1

I created new Rails App and install Devise and omniauth-facebook gem. And setting my Facebook App, as testing environment. So, I logged in via facebook and signed up my new Rails app, but request...
Exceptional asked 10/7, 2015 at 9:54

2

Solved

I have a rails(4.2.0) application that uses Facebook login functionality. The main gems are devise(3.4.0) and omniauth-facebook(2.0.0). I have registered the application on Facebook and have been u...
Moloch asked 19/6, 2015 at 5:10

1

Solved

I have two facebook buttons in my application. One on users/sign_up and other on /visitors/owner-faq. I want to save the request.referrer in order to know from which page the user has signed up. I ...
Tripp asked 8/6, 2015 at 7:18

3

Solved

After upgrading Rails 4.1.4 to 4.1.5 i get errors with my facebook omniauth session everything was working fine since then. When i create a User Session i get an ActiveModel::ForbiddenAttributesErr...

2

I have a rails app that handles the api for an iOS client. I use devise, omniauth-facebook for rails. for the iOS client I'm using Accounts and Social framework for the facebook authentication. I'v...
Gapin asked 12/1, 2015 at 18:53

1

Solved

I am interested in learning the omniauth authentication with rails so I checked different guides in which also contains Railscast #360. When I create my own app with developers.facebook.com, it c...

1

Solved

I'm using devise and omniauth-facebook authentication in my rails 4 application. Facebook has moved on to v2.x graph API. (deadline for api migration is April 30, 2015). During authentication, fa...
1

© 2022 - 2024 — McMap. All rights reserved.