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.

A stack overflow occurs when too much memory is used on the call stack. NOTE: Do not use this tag to refer to the Stack Overflow website. If you have a question regarding the site, please go to http://meta.stackoverflow.com

learn more… | top users | synonyms (1)

-1
votes
0answers
23 views

Integrate Facebook login with website in php

I am having problem in integrating facebook login api implementing in my site. The problem is similar to stackoverflow. If you are logged in with facebook account in other tab and not given access to ...
1
vote
2answers
123 views

How to integrate log-in credential

Thanks for previous replies, i am doing mobile application with user log-in, i am maintaining separate database to handle the user log-in details. i want to integrate the facebook and twitter user ...
2
votes
1answer
169 views

Multiple auth providers

I want to implement multiple auth providers (like stackoverflow). I have downloaded the dotnetauth library. However, I have one generic question about the overall architecture of my web application. ...