LoginSignup
15
15

More than 5 years have passed since last update.

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

Last updated at Posted at 2012-07-11

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

[self authorizeWithFBAppAuth:YES safariAuth:YES];

があるので

[self authorizeWithFBAppAuth:YES safariAuth:NO];

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

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15