简体   繁体   中英

WordPress Nextend Social Login plugin Facebook login - App verification

On our WordPress site, we needed to have Facebook login functionality.

For that reason, we installed the Nextend Social plugin and configured our app inside the Facebook developer dashboard.

在此处输入图片说明


在此处输入图片说明

Everything works as expected but we noticed that Facebook has App verification for Business and Individual verification.

We also noticed when we switch our Application inside the Facebook developer dashboard to Live mode everything works as expected without a problem.

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?

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:

在此处输入图片说明

Digging into Nextend Social WordPress plugin I figured out that they only ask for:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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