简体   繁体   中英

How do I remove the red box on Facebook's permissions page?

We recently added Facebook integration to our sales process using the Graph API, and despite Facebook stating " All items in your submission were approved! ", we still display this ugly "Submit for review" red box.

Here's which permissions we request.

<fb:login-button size="large"
    onLogin="checkLoginState()"          
    scope="user_friends,user_events,rsvp_event">

这是红色框。

Here's a screen shot from the account page. You can see we did submit for review, and we were accepted. This was 7 days ago. Since there's no one at Facebook to contact about this, we're puzzled. Any help is appreciated.

在此处输入图片说明

Your screenshot does not show user_events permission, but in your login button scope you are asking for that permission.

So, if you did not get that permission reviewed yet, that explains the message.

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