instagram4j icon indicating copy to clipboard operation
instagram4j copied to clipboard

:camera: Instagram private API in Java

Results 116 instagram4j issues
Sort by recently updated
recently updated
newest added

## 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 -...

### Pre-Checklist 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...

## Issue Template Requirements ### Pre-Checklist I made sure... - [x] I read the README.md - [x] I looked over the examples and wiki - [x] my issue hasn't been...

`next_max_id` field was always `null` while I testing the library. I dug into the problem and found that Instagram often fills `next_min_id` field instead of `next_max_id`. I supose you can...

`TimelineMedia `can not be deserialized becouse of wrong specified `defaultImpl`. As I understand `defaultImpl `class must be child or the same class. With the `Media `class specified JSON deserializer throws...

This query params were in the previous version of the library and still work I guess. May be add some more suitable constructor or the builder.

## 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 -...

### Pre-Checklist 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...

## Issue Template Requirements How do I perform two-factor authentication? 1. No SMS comes to the phone. 2. Backup codes do not work. The program throws an exception: > com.github.instagram4j.instagram4j.exceptions.IGLoginException:...

Hi every one, I'm developing an Android app and I login to Instagram in webview. I get the cookie and other required data(session, userID, deviceID, and ...). How can I...