mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
fix profile post graphql hash
might solve the problem where the app and browser has different ratelimits
This commit is contained in:
parent
0c77611e22
commit
d4307fc770
@ -120,7 +120,7 @@ public class GraphQLService extends BaseService {
|
||||
final String maxId,
|
||||
final User backup,
|
||||
final ServiceCallback<PostsFetchResponse> callback) {
|
||||
fetch("18a7b935ab438c4514b1f742d8fa07a7",
|
||||
fetch("02e14f6a7812a876f7d133c9555b1151",
|
||||
"{\"id\":\"" + profileId + "\"," +
|
||||
"\"first\":" + postsPerPage + "," +
|
||||
"\"after\":\"" + (maxId == null ? "" : maxId) + "\"}",
|
||||
|
Loading…
Reference in New Issue
Block a user