im using code from official Facebook page to perform login in my app. You cand find it here https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ . The problem is, it only works on Android 2.2.2. On 2.3.5 and higher versions it just exits. Logcat shows:
showStatusIcon on inactive InputConnection
What can cause that and how can I make it work on higher versions of Android? Thanks in advance.