-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels