diff --git a/README.md b/README.md index b86699d0..69ac93ca 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech) [![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE) [![GitHub stars](https://img.shields.io/github/stars/austinhuang0131/instagrabber.svg?style=social&label=Star)](https://GitHub.com/austinhuang0131/barinsta/stargazers/) [![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg)](#contributors) @@ -70,7 +70,7 @@ Prominent contributors are listed here in the [all-contributors](https://allcont
CrazyMarvin

💵 -
Kevin Thomas

💵 +
Kevin Thomas

💵
Shadowspear123

📝 🐛 🤔 💬
Ricardo

🐛 🌍
Akrai

🤔 🌍 diff --git a/app/src/main/java/awais/instagrabber/webservices/GraphQLService.java b/app/src/main/java/awais/instagrabber/webservices/GraphQLService.java index 1283fdda..1c501e7b 100644 --- a/app/src/main/java/awais/instagrabber/webservices/GraphQLService.java +++ b/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 callback) { - fetch("18a7b935ab438c4514b1f742d8fa07a7", + fetch("02e14f6a7812a876f7d133c9555b1151", "{\"id\":\"" + profileId + "\"," + "\"first\":" + postsPerPage + "," + "\"after\":\"" + (maxId == null ? "" : maxId) + "\"}",