Reputation: 94
I'm doing an Instagram application. Firstly wanted to use the Instagram's Endpoints. But many features were closed. User search, follower, following list etc.
Instagram announced that it will close many Endpoints on July 31st. Nowadays, I expect all 3rd party applications to become inoperable. But they were all still working.
First of all, I thought they would parse HTML instead of using the info API. When I'm looking at I've seen the use of the Private Instagram API instead of the Instagram Endpoints.
I am confused at this point.
If the Instagram closes the endpoints, how do the private APIs access this information?
Below is the private API is written for C#. For example, it wants my username and password to be able to access my follower list. If Endpoints do not exist knowing the username and password, how can the application access my information? What should I investigate to understand this issue better?
Private API needs a username and password to access the story of the user. In this way, I could access the stories of the people I followed. However, I could access the story of a public account without login by searching for the username in the following site. How to access user's story information without login?
I understand that when I want to use the private API completely, people need to give me their username and password. Can I use private API over token after login with Instagram? It does not make sense to have a screen that will get the username and password. Can such an application be put into the market?
Can not access a user list of a Public account with HTML without using the private API? How do they have risks?
The questions I ask may be incomplete and mistake. Sorry for the spelling mistakes is not my native.
Upvotes: 4
Views: 2894
Reputation: 61
You can view and download anonymously via the Private API . Many websites use it, i personally prefer this one , runs smoothly, have a look: https://instastoriesdownload.com
All you need is to setup the Private API with a dummy account in order to access the data and you are done.
Upvotes: 0
Reputation: 11
Upvotes: 0