Joined December 2013
·
Posted to
Ruby on Rails 4 - Authentication with Facebook and OmniAuth.
over 1 year
ago
Thanks sergiotapia for your fast respond, but i have a next question...
I've manually made the omniauth.rb file and placed the correct code into it but when trying to migrate the database --> rake db:migrate, i get the following error:
rake aborted! uninitialized constant OmniAuth::OmniAuth...
Maybe you know the answer?
Thanks in advance!
Posted to
Ruby on Rails 4 - Authentication with Facebook and OmniAuth.
over 1 year
ago
Hi there,
having a problem with creating an initializer for Omniauth. Should you make the file omniauth.rb by yourself or should you generate it by typing in a code in your command prompt with ruby on rails...
Thanks in advance!
Hi, solved my previous problem... I'm able to log in with facebook, but when click i get the following error -->
OmniAuth::Strategies::Facebook::NoAuthorizationCodeError
must pass either a
code
parameter or a signed request (viasigned_request
parameter or afbsr_XXX
cookie)Did someone also have this problem? I've searched the internet for some hours but couldn't find any solution... :'(
Hope someone can help me...Thanks!