Browse Source

fix profile post graphql hash

might solve the problem where the app and browser has different ratelimits
renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
d4307fc770
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/awais/instagrabber/webservices/GraphQLService.java

2
app/src/main/java/awais/instagrabber/webservices/GraphQLService.java

@ -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…
Cancel
Save