Let's quote the documentation first:
We will review how apps use Facebook Login: Apps requesting more than public_profile, email and the user_friends permission must be reviewed by Facebook before those permissions can be requested from people. Active apps created before April 30th, 2014 have one year before they are required to go through login review, including updates to existing apps. Facebook apps created after April 30th, 2014 must go through review.
So my application meets two statements:
- it was created before April 30th, 2014
- it requires the following permissions:
email
,user_friends
,publish_actions
,user_birthday
,friends_birthday
My application was never submitted for review before.
The question is: do I need to go through FB review process or not if I want to go public?
From the one side my app satisfies creation data to "avoid" approval, but on the other hand it requires more than these "standard" permissions.