Hi, I'm trying to do my login with the api
facebook one, but when I send the request it seems to be a problem with the url
ones I added so that the callback
, I'm working with sails.js
using the framework of passport
, the error that marks me is the following:
If anyone has an idea how to fix it I would appreciate it.
The only thing I needed was to add the redirection correctly once the facebook service gave me access, if you work with
sails.js
it locally, all you have to do is place theurl
local one correctly so that you redirect correctly. You do this in your app settings.