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 am not getting any data in profile. I get the accessToken and refreshToken data. Am I doing something wrong. When I look at the module there is very little code compared to other passport strategies.
passport.use('meetup', new MeetupStrategy({ // passport
clientID: config.meetup.MEETUP_KEY,
clientSecret: config.meetup.MEETUP_SECRET,
callbackURL: config.meetup.MEETUP_CALL_BACK_URL
},
function (accessToken, refreshToken, profile, done) {
I want to do a presentation using your model for connecting with the meetup API.
Please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am not getting any data in profile. I get the accessToken and refreshToken data. Am I doing something wrong. When I look at the module there is very little code compared to other passport strategies.
I want to do a presentation using your model for connecting with the meetup API.
Please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: