有什么方法可以在我的离子应用程序中使用 instagram 对用户进行身份验证吗?

Is there any way to authenticate users with instagram in my ionic app?

我想知道是否有人已经可以做这样的事情,因为新的 Instagram 基本显示 API 有点不同。提前致谢

我一直在 Ionic 3 应用程序中工作,该应用程序使用 Instagram API 对用户进行身份验证。但是现在 Instagram API 不能用了,已经迁移到 Facebook。

使用新的 API,Facebook 不再允许用户使用 Instagram 基本显示 API 对应用程序进行身份验证,企业和创作者的图表 API 需要 Facebook令牌。

我想他们现在希望您只使用 Facebook 身份验证流程来验证您的应用程序的用户,然后让他们在您的主要身份验证后再次登录 Instagram 以进行基本显示。

"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

&

"All endpoint requests must include a Facebook User access token." https://developers.facebook.com/docs/instagram-api/overview