You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried everything but I get everytime this error: (translated with google translate)
FacebookTokenError: URL cannot be loaded: The domain of this URL does not exist in the domains of the app. To be able to load this URL, add all domains and subdomains to your app in the appdomain field in your app settings.
at Strategy.parseErrorResponse (/usr/src/app/node_modules/passport-facebook/lib/strategy.js:198:12)
at Strategy.OAuth2Strategy._createOAuthError (/usr/src/app/node_modules/passport-oauth2/lib/strategy.js:405:16)
at /usr/src/app/node_modules/passport-oauth2/lib/strategy.js:175:45
at /usr/src/app/node_modules/oauth/lib/oauth2.js:191:18
at passBackControl (/usr/src/app/node_modules/oauth/lib/oauth2.js:132:9)
at IncomingMessage. <anonymous> (/usr/src/app/node_modules/oauth/lib/oauth2.js:157:7)
at emitNone (events.js: 111: 20)
at IncomingMessage.emit (events.js: 208: 7)
at endReadableNT (_stream_readable.js: 1064: 12)
at _combinedTickCallback (internal / process / next_tick.js: 139: 11)
at process._tickCallback (internal / process / next_tick.js: 181: 9)
I dont know what to do. Somebody can help me?
You can test it at localmelodies.com and then click on register and type a username and a city and then there is the facebook login button.
Environment
Operating System: linux
Node version: 8.10.0
passport version: 0.4.1
passport-facebook version:3.10.10
The text was updated successfully, but these errors were encountered:
guitar9
changed the title
FacebookTokenError
FacebookTokenError 10€
Dec 30, 2019
guitar9
changed the title
FacebookTokenError 10€
FacebookTokenError
Dec 30, 2019
Hi, for FacebookStrategy, the callbackURL must conclude with the full path of your /return route
for example https://www.example.com/return instead of just /return
Hope this help
I tried everything but I get everytime this error: (translated with google translate)
This is my code:
This are my settings:
I dont know what to do. Somebody can help me?
You can test it at localmelodies.com and then click on register and type a username and a city and then there is the facebook login button.
Environment
The text was updated successfully, but these errors were encountered: