-
Someone who want to develop graphql logic into instagram4j? 🤣
-
I have code that add Profile and IGThread to List one-by-one:
```
new DirectInboxRequest().execute(client).thenAccept(response ->{
response.getInbox().getThreads().forEach(threa…
-
## IGLoginException
`com.github.instagram4j.instagram4j.exceptions.IGLoginException: java.lang.NoSuchMethodError: No static method decodeBase64(Ljava/lang/String;)[B in class Lorg/apache/commons/co…
-
There is something like InstagramGetUserFollowingResult ?
-
Failed to resolve: com.github.instagram4j:instagram4j:develop-40333b6
-
Getting an error when trying to serialize Instagram4j object:
Exception in thread "main" org.apache.commons.lang3.SerializationException: java.io.NotSerializableException: org.apache.http.impl.clie…
-
Code that trying to print messages from direct:
```
public MessagesList(IGClient client, IGThread thread){
thread.getItems().forEach(threadItem->{
try {
…
-
Dear instagram4j team,
I really appreciate the work you put into this library, thank you alot for this.
After few days i still couldn't find the method to like photos. Is it even possible or am I …
-
```java
Instagram4j builder = Instagram4j.builder().username(username).password(password).build();
builder.setup();
builder.login();
InstagramSearchUsernameResult…
-
Whenever I try to log in, the same error appears, I open the challenge link in the browser, but when I log into the application the error appears again, does anyone have the solution for this? thank y…