yasir-rafiq

Results 12 issues of yasir-rafiq

Hi I am tring to add contact, added successfully but firstName and lastName is not showing as full name. Please also let me know how I can add contact in...

HI, everyone my function is not getting executing in facebbokstrategy like `passport.use(new FacebookStrategy({ clientID: app.facebookAuth.clientID, clientSecret: app.facebookAuth.clientSecret, callbackURL: app.facebookAuth.callbackURL, profileFields: ['id', 'displayName','email'], enableProof: true }, function(accessToken, refreshToken, profile, done) {...