Shubham Dixit

Results 3 comments of Shubham Dixit

> @a-k-macdonald No luck. `mysqlEventWatcher` connection was disconnected after 7,8 hours. Were you able to solve the problem ?

Were you able to figure out the problem?

> I used the following and it worked: > > ```js > passport.use(new FacebookStrategy({ > clientId: ..., > clientSecret: ..., > callbackURL: ...., > profileFields: ['id', 'displayName', 'email', 'first_name', 'middle_name',...