以下のコードを使用して、アプリで fb ログインを使用しています。
facebook.authorize(this, new String[] { "publish_stream" }, -1,
new DialogListener()
これは正しく動作しますが、以下のコードを使用して認証画面なしでログインしたい場合、fb にログインできません。
facebook.authorize(this, new String[] { "publish_stream" },
new DialogListener()