Skip to content

Login Not Work! #3

@mehrshad00

Description

@mehrshad00

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions