Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using FBConnect in my application. It have four buttons and I want 4 users use our different facebook login in single application and single device according to button click. and after once login it did not ask username password again. So please can any one suggest me how i do this.

Thanks

share|improve this question

2 Answers

It might be possible for multiple login into Facebook in browser. Refer here for multiple login.

But Facebook supports one login at a time.Unless some trick or proxy server for login purpose in browser.

But Facebook API authentication is working on one access token (one login) at atime.

share|improve this answer
Thanks. But I am talking about the FBConnect iPhone SDK. – Mitesh Khatri Sep 1 '12 at 11:07
i m taking about FBConnect iPhone SDK only – Prince Sep 1 '12 at 11:14
any other tricky way for do this? – Mitesh Khatri Sep 1 '12 at 11:41

FBConnect will allow one login at at time. Once another session (login) is started, the last one is no longer valid.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.