How can I login as a different user in Facebook login dialog
NickName:Dhanesh Ask DateTime:2011-04-27T21:19:10

How can I login as a different user in Facebook login dialog

I managed to develop an android application to read facebook updates of the user. I am using Facebook dialog for Authentication.

Once I have authenticated the user and allowed the application to access the account, the dialog quits and it is able to read the status. Perfect.

But I am not able to login as a different user. In all the further loads of dialog, it shows nothing. Seems like, it is authenticating the same user again and disappears.

How can I bring the content of the dialog visible again?

Copyright Notice:Content Author:「Dhanesh」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/5804761/how-can-i-login-as-a-different-user-in-facebook-login-dialog

More about “How can I login as a different user in Facebook login dialog” related questions

How can I login as a different user in Facebook login dialog

I managed to develop an android application to read facebook updates of the user. I am using Facebook dialog for Authentication. Once I have authenticated the user and allowed the application to ...

Show Detail

My app presents the facebook login dialog and user prompted to login - how can he cancel from this dialog?

When a user clicks the "post to facebook" button in my app, he is presented with the facebook login dialog. If the user has no facebook account and does not want to register for one then I want to...

Show Detail

How to login to Facebook without a login dialog in C#

I use the some WinForm client sample from Problems when migrating from Facebook SDK v5.4 to alpha v6 to see how I can login into Facebook. My question: Is it possible to login into Facebook witho...

Show Detail

How to specify the language to be used in the Facebook Login Dialog

I'm using the Javascript SDK for facebook to login a user with Facebook: Documentation FB.Login: link Unfortunatly this dialog is always in English. FB.Dialog will trigger a popup window with u...

Show Detail

Facebook login dialog appear again after login in

I implemented the facebook login for android according to their documentation The problem is that after the user enter its credentials (1 dialog) for login and confirm the app permissions (2 dialo...

Show Detail

Facebook dialog login issue

I use Facebook dialog to post on the wall in such way [facebook dialog:@"feed" andParams:params andDelegate:self]; If user was not logged in before dialog, login window is appeared in dialog. Tha...

Show Detail

How can i login without permission dialog on facebook with ios sdk?

in my application on iphone when i call [facebook authorize:permissions delegate:self]; the framework show login dialog automatically if i'm not loggedin, and then show permission dialog (This is

Show Detail

Facebook Login Dialog Loop

How do i retrieve the code error from Facebook login dialog? I'm using the PHP SDK for login dialog and permissions in my application. When a user don't allow the application, the app may repeate...

Show Detail

Android -> Facebook login without a dialog?

I've been following a tutorial from Using Facebook SDK in Android development, Part 1 and Using Facebook SDK in Android development, Part 2 to create a Facebook login. But there, once I press the l...

Show Detail

How to open facebook login dialog in the same window instead of popup window?

I have website where users can login with their Facebook account. I am using javascript FB.login method to display Facebook login dialog. By default, it triggers displaying new popup window. Many ...

Show Detail