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

Are all the apis still working? #252

Open
mbareeva opened this issue May 9, 2021 · 4 comments
Open

Are all the apis still working? #252

mbareeva opened this issue May 9, 2021 · 4 comments

Comments

@mbareeva
Copy link

mbareeva commented May 9, 2021

Was using the login and getProfile() api, but the response json showed me that there is no user and user is not authenticated:

client
    .login()
    .then((data1) => {
      console.log('Data1: ', data1)
      client
        .getProfile()
        .then(data => {
          console.log("Data: ", data);
          res.json(data)
        });
    })

And the response was:
Data1: { user: false, authenticated: false, status: 'ok' }

@ansh
Copy link

ansh commented May 12, 2021

I have the same question!

@MonsieurBibo
Copy link

Do you still have the same problem ? did you also try other methods ?

@mbareeva
Copy link
Author

mbareeva commented Jun 10, 2021

I didn't try out other methods because without being successfully authorized I can not retrieve personal data and media data for logged in user. That is why I just implemented the requests with node.js and axios myself...

@teemujonkkari
Copy link

Works for me. Maybe you have 2FA turned on?

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

4 participants