-
# [JxInsta](https://github.com/ErrorxCode/JxInsta)
A java library of Instagram private web API (*may include mobile api in future*). This library is built…
-
Hello,
Is there a way to get all posts of a user without logging in?
Rate limited error is always returned when I call `PublicAPIs.getPosts(pk, next_cursor)` method.
-
I'm looking for a way to programmatically retrieve my Instagram user ID using the Instagram4j library. Currently, I'm using the following code to fetch the users I'm following:
FeedUsersResponse resp…
-
I just use it to get media information by username. No action request make, but Instagram know we using automation tool and start block the account, if I start using more it suspended the account for …
-
I tried to add libs like this:
```
com.errorxcode.jxinsta
jxinsta
v1.0-beta-2
system
${project.basedir}/JxInsta-v1.0-beta-2.jar
`…
-
Error while trying to post a picture. Error message and example code are below.
Library Version: JxInsta-v1.0-beta-2.jar
Java Version: 17
`{"debug_info":{"retriable":false,"type":"ProcessingF…
-
We can send messages to someone through threadid, but if I have never sent a message to that person before, how should I create a conversation with them to get the threadid?
-
var encPassword = "#PWD_INSTAGRAM_BROWSER:0:" + new Date().getTime() + ":" + password;
I checked your code and found that the login api did not encrypt the password, but I found that the …