如何将 instagram 登录按钮添加到我的项目中

How can I add instagram login button to my project

我正在尝试将 Instagram 登录按钮添加到我的项目中,但我找不到任何相关文档,为什么?

I'm trying add Instagram login button to my project but I can not find any documentation talking about that, Why?

因为这种东西根本不存在

对于 IG Basic Display API,文档明确指出,

Instagram Basic Display is not an authentication solution. Data returned by the API cannot be used to authenticate your app users or log them into your app. If you need an authentication solution we recommend using Facebook Login instead.

https://developers.facebook.com/docs/instagram-basic-display-api

在基本展示 API 之外,professional/business 个帐户:

App user authentication is handled through access tokens. Instagram Professional accounts are accessed indirectly through Facebook accounts, so all API requests must include your app users's Facebook User access token. You can get tokens from app users by implementing Facebook Login. Note that Facebook Login does not support Instagram credentials so app users must sign in using a Facebook account.

https://developers.facebook.com/docs/instagram-api/overview#authentication