私が設定したとき
[self presentModalViewController:Facebookcontroller animated:YES];
に
[self presentViewController:Facebookcontroller animated:YES completion:nil];
presentModalViewController:animated は非推奨です: iOS 6.0 で最初に非推奨になりました
別の警告が表示されます:
インスタンス メソッド '-presentModalViewController:animated:completion:' が見つかりません (戻り型のデフォルトは 'id' です)