I\'ve built an activity that uses this implementation (see the accepted answer) to post a status update on a user\'s facebook wall.
It works with no problem if the e
I have found a workaround but it is not the best so far.
facebook.authorize(activity, PERMISSIONS, Facebook.FORCE_DIALOG_AUTH,
new LoginDialogListener());
This will force that your app does not use the SSO if official facebook app is installed on the device. But there must be a better solution because there are apps out there which use sso with the official facebook app.