1

I have created an android app for Facebook integration with single user Login. Now i want Multiple user Login in the same application. How can i do this. Please give some suggestions with any android code or usable link. Thanks in advance :)

Priyanka
  • 677
  • 5
  • 20

1 Answers1

2

The facebook android SDK is trying to use the SSO if the device has the facebook application (katana) installed.
If the SSO is used then you have no way of doing so, the authorize method will always use the logged in user in the katana and so you'll have to ask the user to manually logout in the main facebook application.

What you can do is call authorize without the sso as expalined here: How to disable Facebook single sign on for android - Facebook-android-sdk.

Community
  • 1
  • 1
Nitzan Tomer
  • 155,636
  • 47
  • 315
  • 299