Omniauth Facebook authentication on localhost
Posted
by
Ryan Foster
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Foster
Published on 2010-12-30T23:50:00Z
Indexed on
2010/12/30
23:54 UTC
Read the original article
Hit count: 301
I am trying to set up Omniauth as described in this Railscast. While it works with Twitter, I am unable to get it working with Facebook. I also set up 'http://localhost:3000' as siteurl and 'localhost' as domain but still see the following error message in the browser:
Invalid redirect_uri: Given URL is not allowed by the Application configuration.
Does anyone of you have any suggestions on how to fix this? Thanks in advance.
© Stack Overflow or respective owner