iOSアプリ内でOAuthログインポップアップを開く方法


Facebook iOS SDKをgithubからCloneしてきたソースの Facebook.m の334行目あたりに

[self authorizeWithFBAppAuth:YES safariAuth:YES];

があるので

[self authorizeWithFBAppAuth:YES safariAuth:NO];

に変更すると、Safariを開かずにポップアップでFacebookアプリ認証画面が出せる。