Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebookのログインが必要なAndroidアプリを開発しています.Android用のFacebook SDKを使用しています。Android 用の facebook が電話にインストールされていない場合、アプリは正常に動作しますが、インストールされている場合はログインできません。確認を求めるだけで、[OK] を押しても何もしません。
Facebook アプリからのリターン情報をキャッチする際に何か問題があるようです。
アクティビティを確認するonHandleIntent(Intent arg0)か、onActivityResult(int requestCode, int resultCode, Intent data)
onHandleIntent(Intent arg0)
onActivityResult(int requestCode, int resultCode, Intent data)