简体   繁体   English

有没有办法在我的 ionic 应用程序中使用 instagram 对用户进行身份验证?

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

I want to know if someone could already do something like this, because the new Instagram basic display API is kind of different.我想知道是否有人已经可以这样做,因为新的 Instagram 基本显示 API 有点不同。 Thanks in advance提前致谢

I've been working in a Ionic 3 app, which authenticated users with Instagram API.我一直在使用 Ionic 3 应用程序,该应用程序使用 Instagram API 对用户进行身份验证。 But now Instagram API is no longer working, and was migrated to Facebook.但是现在 Instagram 的 API 已经失效了,被迁移到了 Facebook。

With the new API, Facebook no longer allows users to authenticate into an app using the Instagram Basic Display API, and the Graph API for Businesses and Creators requires a Facebook token. With the new API, Facebook no longer allows users to authenticate into an app using the Instagram Basic Display API, and the Graph API for Businesses and Creators requires a Facebook token.

I suppose they now want you to only use the Facebook auth flow to authenticate your users for your app, and then have them log in again to Instagram for Basic Display after your primary authentication.我想他们现在希望您只使用 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." “API 返回的数据不能用于验证您的应用用户或将他们登录到您的应用。如果您需要验证解决方案,我们建议使用 Facebook 登录代替。” https://developers.facebook.com/docs/instagram-basic-display-api https://developers.facebook.com/docs/instagram-basic-display-api

& &

"All endpoint requests must include a Facebook User access token." “所有端点请求都必须包含 Facebook 用户访问令牌。” https://developers.facebook.com/docs/instagram-api/overview https://developers.facebook.com/docs/instagram-api/overview

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有没有办法验证我的谷歌助手应用程序的用户? - Is there any way to authenticate the users for my google assistant app? 远程Web应用程序对我当前Web应用程序中的用户进行身份验证的最佳方法? - Best way for a remote web app to authenticate users in my current web app? 这是对用户进行身份验证的安全方式吗? - Is this a secure way to authenticate users? 如何为我的Android应用验证用户身份? - How do I authenticate users for my Android app? 有没有办法针对php Web应用程序验证Android应用程序 - Is there any way to Authenticate an android App against a php web application 如何通过我的Android应用程序为网络服务验证用户身份? - How can I authenticate users via my android app for a web service? 尝试通过 azure AD 多租户用户验证我的应用程序时出现以下错误 - im getting following error when tryng to Authenticate my app through azure AD Multiple tenant users 在Web应用程序中验证用户身份的最佳方法 - Best way to authenticate users in a web application Android 消费webservice的APP如何认证用户 - Android APP that consumes a webservice how to authenticate users 如何在Java(REST)应用程序中验证用户? - How to authenticate users in Java(REST) app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM