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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -