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.
The multiple-accounts tag has no wiki summary.
2
votes
1answer
716 views
How can I create multiple-user access accounts on Facebook Android application.?
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 ...
2
votes
1answer
940 views
Ruby on Rails: Authlogic Facebook integration: Link accounts with user input instead of automatically using email address
I'm developing a web app in Ruby on Rails. I'm using authlogic to do authentication. My site has its own logins, but I'm hoping to also use Facebook. I tried out authlogic_facebook_connect (using ...