ios,facebook,review,publish-actions
We've sent again the same simulator build to Facebook review. But this time we told them to reset their simulator before launching the app. Now this time it is approved. Looks like It wasn't our fault.
After my final update above (posted on 5/25/2015) I was later informed by the individual assigned to my support ticket that Facebook had a bug in their system that was preventing my submission from being approved. After waiting it out (about 2 days) they got the bug fixed on their...
You can use FBSDKAccessToken if ([[FBSDKAccessToken currentAccessToken] hasGranted:@"publish_actions"]) { [self doShare]; } else { FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithPublishPermissions:@[@"publish_actions"] handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) { if (error) { // Process error } else if (result.isCancelled) { // Handle cancellations } else { // If you ask for multiple...