android - facebook login and single instance launch mode -


my app has launch mode single instance. wanted include facebook login it. facebook login works when launch mode not single instance.

is there way can keep working code launch mode single instance , change facebook login alone?

you have use force_dialog_auth solution because disables useful single sign on feature completely. make call authorize method activity code facebook.force_dialog_auth mfacebook.authorize(activity, permissions, activitycode, listener);.

you can find detailed explanation of on blog here


Comments

Popular posts from this blog

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -