Rahil
Rahil
```java Callable strCallable = new Callable() { @Override public String call() throws Exception { // here I get the code from an EditText // and then return the code return...
> > Hey! How did you use `WebView` for login using this library? Please share you webview code > > I didn't exactly made it work that way. I noticed...
Because this is not an official API, you cannot log in to it using `WebView`. log in using `WebView` requires an oauth2 access token from Instagram to authenticate the user...
Is your `SerializableCookieJar` implimenting serializable **interface** ? Furthermore, is the cookie too?
> Now, cookieJar get serialized, but when I try to get the IGClient, I get the error ('login_required'). I have faced the same problem before. Going into the `IGClient` implementation,...
**Tip:** See #666 for an amazing wrapper of this library
Story replies are posted as a direct message. To know who has replied to your story, you need to fetch notifications which aren't possible (at least for now). So the...
Looks like this is Instagram's app **exclusive** feature. The same message is shown in the web version too :-(
I suggest you to use [*EasyInsta](https://*github.com/ErrorxCode/EasyInsta *)* library. It is too easy and also have fast developer support. On Sun 13 Feb, 2022, 6:56 PM amirsheykhian, ***@***.***> wrote: > I...
First of all, please make your code cleaner by wrapping it in the code block. It looks like your login requires a challenge. Please use `onChallenge()` method of `IGClient.Builder`