Instagram API Identification. Should the user log in using their own accounts?

Do I get it right? https://www.instagram.com/developer/authentication/

Does a website visitor who calls the Instagram API need to log in to their app so that the app can retrieve data from the Instagram APIs?

+4
source share
1 answer

Of course, this is the best way to do this.

Until June 2016, you can also use the client-id to execute requests, despite the access token . But it is deprecated, so do not use it.

From Instagram:

API- Instagram access_token . , client_id.

, access_token . - API.

Instagram:

Instagram 1- .

:

Sandbox - 500 /

Live - 5000 /

, access_token, 5000 ( ) , Instagram.

- Instagram, access_token , ( 5000 ).

.

+4

Source: https://habr.com/ru/post/1627467/


All Articles