-
My codes:
```
Authenticator proxyAuthenticator = new Authenticator() {
@Override public Request authenticate(Route route, Response response) throws IOException {
String credential =…
-
com.github.instagram4j.instagram4j.exceptions.IGLoginException: java.security.InvalidKeyException: Illegal key size
![image](https://user-images.githubusercontent.com/65791341/101988998-9960430…
-
Hello
I am trying to figure out how instagram4j works. Does it emulate the android device itself or is it transmitting my login information to some other server which runs the android emulation?
…
-
### Describe the bug
Could not use instagram4j with Spring Boot Applications
### How to reproduce
Create Spring Boot Application with this source code
#### Source code
pom.xml
```xml
4…
-
CompletableFuture completableFuture = igClient.actions()
.timeline()
.uploadAlbum(infos, "king in the north")
how to new info list
-
I am using instagram4j 1.14.
`InstagramEditMediaRequest` cannot update IGTV post.
When send `InstagramEditMediaRequest` it returns just `Oops, an error occurred.`
How to update IGTV post or how t…
-
I made sure...
- [x] I read the README.md
- [X] I looked over the examples and wiki
- [X] my issue hasn't been asked or solved before
---
### Question
How to handle the IGResponseException…
-
Hi,
I'm trying to handle bad responses like "feedback required" which is caused by an IG action block. Eventually I want to program everything in completable futures but for now I'm trying this:
…
-
## Issue Template Requirements
Issue must be of the specified template and follow these requirements or it will be ignored.
- Please do not post screenshots of code output
- Wrap code in a codeb…
-
I implement instagram4j library by gradle and have this code which i use on android project :
```
public boolean login(String l, String p){
try {
IGConstants.client = IGCons…