-
Hello, would it be possible to push the new 1.5 version to maven ?
Thanks
-
Fail with this error.
Output :
```2017-08-24 20:16:27 [main ] INFO org.brunocvcunha.instagram4j.Instagram4j - Setup...
2017-08-24 20:16:27 [main ] INFO org.brunocvcunha.instagram4j.Instagram4j - D…
-
I'm trying to compile this project, but I get the following error:
```
~/instagram4j/src/main/java/org/brunocvcunha/instagram4j/requests/InstagramUploadVideoRequest.java:140: error: cannot find sy…
-
Hi, I have a device with 64-bit CPU. When I run the instagram4j API, I get this issue:
```
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/log4j/Logger;
at org.brunocvcunha…
-
```
[main] INFO org.brunocvcunha.instagram4j.requests.InstagramRequest - Reading InstagramLoginResult from {"lock": true, "status": "fail", "checkpoint_url": "https://i.instagram.com/challenge/4650…
-
Exception in thread "main" org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 510978; received: 497724
My code:
` System.out.println("POD…
ElDzi updated
7 years ago
-
Is there anyway to set proxy on connection?
I tested below code but no luck
```
System.setProperty("http.proxyHost", host);
System.setProperty("http.proxyPort", port);
```
It seems `…
-
Hey there,
have anyone a simple solution to comment a picture with id?
i tried to create a custom class, get status ok, but see no comment, maybe i do something wrong
any help? :-)
this would be g…
-
1. Ensure you have following code:
```java
instagram = Instagram4j.builder().username(username).password(password).build();
instagram.setup();
instagram.login();
```
2. R…
-
```
2017-02-27 19:58:54 [main] INFO org.brunocvcunha.instagram4j.requests.InstagramRequest - Reading InstagramSearchUsernameResult from {"message": "User not found", "status": "fail"}
com.fasterxm…