'Invalid use of FBAppCall' error produced when sharing app - Facebook app ID is not registered as a URL Scheme
问题 I am attempting to share my app via Facebook using the share dialog, with the following code: NSMutableDictionary<FBGraphObject> *object = [FBGraphObject openGraphObjectForPostWithType:@"whatsyourinneragefb:inner_age" title:@"What's Your Inner Age" image:@"https://fbstatic-a.akamaihd.net/images/devsite/attachment_blank.png" url:@"http://samples.ogp.me/578838518886846" description:@"Everyone's finding out their inner ages apart from you! Download now and discover yours!"];; NSLog(@"1"); //