Questions tagged [omniauth-facebook]

Facebook OAuth2 Strategy for OmniAuth.

Facebook OAuth2 Strategy for OmniAuth.

Useful links

247 questions
0
votes
0 answers

Devise OmniAuth - Auto Login

I am implementing Facebook Login on my App and have the following call back function. If the user is previously exisitant he should automatically be logged in. Error: undefined method `user' for # on this…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
0
votes
0 answers

Using OmniAuth to Establish A Facebook Authentication

I am trying to provide Sign Up with either an email and password or using Facebook. I have tried using https://github.com/plataformatec/devise/wiki/OmniAuth%3a-Overview I followed each of the steps, but I run into the following error in Terminal…
0
votes
1 answer

OmniAuth Facebook Implementation

I have the following Table Structure where a User has many Oauths. create_table :users do |t| t.string :name t.string :email t.string :age t.string :gender t.timestamps create_table :oauths do |t| t.string…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
-1
votes
2 answers

Rails 5 - Facebook authenticate error with omniauth-facebook

I get this error when I try use omniauth-facebook: Follow my code:
S_A
  • 411
  • 1
  • 7
  • 25
-1
votes
1 answer

Rails Devise Omniauth Facebook Client Token

I'm having issues with getting saving a facebook login into my database. I'm getting the error in my browser. Could not authenticate you from Facebook because "Invalid credentials". And this error is in my terminal. Any ideas? I've been browsing…
Brian Lau
  • 127
  • 14
-1
votes
1 answer

Devise redirecting after sign-in

Everyone, I am using devise with my rails 4 application and omniauth-facebook and active-admin. When I am trying to sign-in exactly from sign-in page, after the authentication process, the page just refreshes (doesn't redirect to root_path as…
dsounded
  • 703
  • 5
  • 21
-4
votes
1 answer

Allow users of my web app to post to their personal facebook page

I have read a lot about allowing users to log into my rails app via facebook omniauth, though I would like users, having loggeed in, to be able to post a to their own personal wall by simply clicking a button in my app. Is this possible? I'm not…
1 2 3
16
17