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

Login Not Work! #3

Open
mehrshad00 opened this issue Sep 23, 2021 · 0 comments
Open

Login Not Work! #3

mehrshad00 opened this issue Sep 23, 2021 · 0 comments

Comments

@mehrshad00
Copy link

mehrshad00 commented Sep 23, 2021

hello,
thank you for your library.

I login with this code:

InstaClient instaClient = new InstaClient(MainActivity.this,"username","password"); IGLoginResponse loginResponse = instaClient.accountProcessor.login().blockingFirst(); if(loginResponse.getStatus().toLowerCase().equals("ok")) { IGUserInfoResponse userInfoResponse =instaClient.userProcessor.getUserInfoByUsername("Mehrshad.rp78").blockingFirst(); }

login is ok but when get user info app catch and show this Message:
java.lang.RuntimeException: You must login first

please help me!

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