简体   繁体   English

WordPress Nextend 社交登录插件 Facebook 登录 - 应用验证

[英]WordPress Nextend Social Login plugin Facebook login - App verification

On our WordPress site, we needed to have Facebook login functionality.在我们的 WordPress 网站上,我们需要有 Facebook 登录功能。

For that reason, we installed the Nextend Social plugin and configured our app inside the Facebook developer dashboard.出于这个原因,我们安装了 Nextend Social 插件并在 Facebook 开发人员仪表板中配置了我们的应用程序。

在此处输入图片说明


在此处输入图片说明

Everything works as expected but we noticed that Facebook has App verification for Business and Individual verification.一切都按预期工作,但我们注意到 Facebook 有针对企业和个人验证的应用程序验证。

We also noticed when we switch our Application inside the Facebook developer dashboard to Live mode everything works as expected without a problem.我们还注意到,当我们将 Facebook 开发人员仪表板中的应用程序切换到实时模式时,一切都按预期运行,没有任何问题。

So our question is: Do we need to verify our App in order just to use Facebook login functionality where we only need email and user's name?所以我们的问题是:我们是否需要验证我们的应用程序才能使用我们只需要电子邮件和用户名的 Facebook 登录功能?

Thank you all in advance.谢谢大家。

I figured it out, and for anyone that is asking the same question the answer is:我想通了,对于任何问同样问题的人来说,答案是:

If you only need public_profile and email data then you do not need to submit you App to the review, as per the Facebook App review page:如果您只需要 public_profile 和电子邮件数据,那么您不需要将您的应用提交给审查,根据 Facebook 应用审查页面:

在此处输入图片说明

Digging into Nextend Social WordPress plugin I figured out that they only ask for:深入研究 Nextend Social WordPress 插件,我发现他们只要求:

protected $scopes = array( 'public_profile', 'email' );

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM