So, I went into this guide , which explains how to start with omniauth. When I got to the end of 4 to test the application on localhost: 3000 / auth / facebook, I got this error:
{ "error": { "message": "Invalid redirect_uri: Given URL is not allowed by the application configuration.", "type": "OAuthException", "code": 191 } }
I understand that the problem is with the URL in the Facebook Developer Center, but none of the solutions I read work for me ...
(I know there are some questions before this question, but I'm new to Ruby on Rails and need an explanation for mannequins.)
user1306566
source share