Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile data missing #2

Open
Trewaters opened this issue Jun 2, 2016 · 0 comments
Open

profile data missing #2

Trewaters opened this issue Jun 2, 2016 · 0 comments

Comments

@Trewaters
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant