-
```java
Exception in thread "main" java.lang.RuntimeException: Error happened in photo upload: login_required
at org.brunocvcunha.instagram4j.requests.InstagramUploadStoryPhotoRequest.execute(Insta…
-
There is a known error with response "InstagramFeedResult"
`Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `long` from String "20181371204187…
-
instagram.setup()
implementation 'org.brunocvcunha.instagram4j:instagram4j:1.14'
Caused by: java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnam…
-
Exception in thread "main" java.lang.IllegalArgumentException: Failed to configure image: Transcode error: Video is too long: 94.156911
at org.brunocvcunha.instagram4j.requests.InstagramUploadPhotoR…
-
Hello,I want to upload/change an profile picture and I need an upload_id from InstagramUploadResumablePhotoRequest.
But the response comes with an error.
============================================…
-
This is the error I get when try to create a new IG story. Until 4 days ago everything was ok.
```
com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Something': was expecting ('tr…
-
Hi, since I use Version 1.6 instead of 1.4 I receive an error when a user logs in:
Exception in thread "Timer-0" java.lang.NullPointerException
at org.brunocvcunha.instagram4j.Instagram4j.login(I…
ghost updated
4 years ago
-
After log-in the instagram4j
```java
@Override
public Collection getFeeds(int number) throws IOException {
Collection items = new ArrayList(number);
InstagramFeedResult resu…
-
Has someone managed to use this library on Android? I know about the other library (instagram4android) but I'm having some serious problem with that and would like to try this one.
-
I am getting the following error when trying to login:
`javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessio…