I\'m using FBSDKLoginButton to allow to user login using Facebook and using
FBSDKLoginButton.readPermissions = @[@\"public_profile\",@\"email\",
As i seen you code that you are trying to use the "user_likes", "user_birthday", "public_profile" and "publish_actions" permissions.
From 1st May 2015 facebook has only enabled "public_profile", "email" and "user_friends" are available without the approval process.
For "user_likes", "user_birthday" and "publish_actions" you need to get approval from the facebook.
For review process you can get help from Facebook Review.