Skip to main content

All Questions

0 votes
0 answers
258 views

Nodejs React - Facebook Login - Cors issue

I am trying to implement facebook login with passport and FacebookStrategy. passport.use( new FacebookStrategy( { clientID: 'myclientid', clientSecret: '...
nacho's user avatar
  • 621
0 votes
1 answer
381 views

Node jS express Authenticate facebook API

hello i new in backend and want to make a Authenticate facebook api with node js using express and i use passport but its not work and give me a page of html code as a response to sign in with ...
Ahmed Soliman's user avatar
0 votes
2 answers
4k views

Facebook login with app error Message: " Can't Load URL: The domain of this URL isn't included in the app's domains...."

I'm trying to implement Facebook login with Passport for my app hosted with an Herokuapp domain but I've been getting the above error message even after setting the values for app domain, website and ...
Destiny77's user avatar
0 votes
1 answer
2k views

Error with OAuth2Strategy that requires a CLIENTID

I have some error when I start my app : /api # yarn start yarn run v1.21.1 $ nodemon server-express.js [nodemon] 1.19.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching dir(s): *.* [...
mitsu's user avatar
  • 439
1 vote
1 answer
396 views

Passport-Facebook authentication window not popping up, user still added

So, when I first ran the app yesterday, the authentication screen appeared as normal. Ever since then, even after deleting myself from my mongodb database, the authentication window does not pop up. ...
Jacob Broughton's user avatar
0 votes
2 answers
186 views

node.js - hapi.js facebook integration (login, registration)

I'm totally noob in hapi.js What is the best way to do login and registration via facebook with hapi framework? Frontend will send me token, after that I need to connect again to facebook from ...
pablo's user avatar
  • 21
2 votes
1 answer
708 views

facebook-passport with react-redux on node.js backend

I'm sorry if this question has been asked before, We've researched and watch a few tutorials but none seem to clear our doubts on how to handle the user on the client side. We're trying to ...
reveware's user avatar
0 votes
0 answers
121 views

How to get small and large picture profile on facebook passport startegy

I can get facebook picture profile large and small seperately, but how to get them in the same time ? var fbStrategy = configAuth.facebookAuth; fbStrategy.passReqToCallback = true; fbStrategy....
user2285831's user avatar
12 votes
1 answer
2k views

passport-facebook-token vs passport-facebook

For social authentication in node.js, I have seen a number of projects using the passport-facebook-token package instead of the default passport-facebook. I am trying (and struggling) to understand ...
arhnee's user avatar
  • 1,064
1 vote
1 answer
877 views

passport: Facebook Login asking for user_friends permission by default

I'm building a node js app that uses passport for Facebook login. I'm following the instructions on https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/ for building the ...
Gaurav Jain's user avatar
0 votes
1 answer
322 views

Angular 5/Express/CORS with Facebook OAuth

So I'm having a problem getting my MEAN stack application to provide oauth with Facebook using PassportJS. Namely, I can't figure out how to get CORS to work on the Angular side of the application. ...
Stephen Agwu's user avatar
  • 1,013
-1 votes
1 answer
126 views

Facebook Auth Error

it will be great if someone can help me with this and I have researched for countless hours on stack overflow already This is my login page​​ When I click on the facebook button, it takes me to /...
Tommy Wan's user avatar
0 votes
1 answer
25 views

Facebook passport auth, exporting passport.authenticate method

I'm trying to authenticate user through passport-facebook, and there is 1 really odd thing happening which im really unsure of. When defining my routes i have this line of code app.get('/login/...
Stas's user avatar
  • 665
7 votes
1 answer
3k views

How to use Facebook Graph API with passport-facebook in NodeJS with Express

Before Asking this Question I have referred the below but didn't help me Passport.js & Facebook Graph API Retrieving photo from Facebook using passport-facebook https://www.hitchhq.com/facebook-...
Mahesh G's user avatar
  • 1,266
0 votes
0 answers
72 views

Facebook authentication returning profile name [undefined undefined] using passportJS

I am using passportJS for facebook authentication when requesting for profile's name in facebook strategy function user.facebook.name = profile.name.givenName + ' ' + profile.name.familyName; ...
Jahnson's user avatar
  • 37

15 30 50 per page
1
2 3 4 5
9