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 user-authentication tag has no wiki summary.
0
votes
2answers
62 views
What are some services that provide user authentication for your website? [closed]
I am developing a small website and I don't want to implement a full authentication workflow given the scope of the project and I can't rely that all users have Facebook account (so I need fallback ...
5
votes
1answer
211 views
Use facebook authentication for browser extension [closed]
I'm wondering what will be the best way to implement Facebook connect for a browser extension .
the two options I have in mind are:
Implement Oauth protocol directly in the extension context
...
0
votes
1answer
88 views
Unable to Receive Wall Posts after OAuth
First off, I am new to using Facebook's Graph interface but I've read the documentation and am still unable to retrieve the desired result. First I was able to set up an app account and retrieved my ...
0
votes
2answers
1k views
How to implement Django Login using Facebook Registration
I am new to Django and Facebook API and I would like to make my site only available to people who have a facebook account.
I have seen this link for facebook registration and also have read some ...
0
votes
1answer
76 views
Checking for Correct User in JavaScript SDK
I am thinking of tying in a Facebook JavaScript-based application with an existing website that has it's own user accounts, but have a question about a specific user situation.
The website is run ...
0
votes
1answer
204 views
New Web App - only third party authentication
I'm working on designing a new web app and I have a pretty open-ended question.
You'll notice that many web apps are now offering the ability to log into their service through an existing third-party ...
8
votes
1answer
995 views
Facebook Login as supplement to existing login?
I am developing a PHP/MySQL e-commerce site with some social aspects, and am looking to integrate it with Facebook. I already have a native user registration/session handling system. I have managed to ...
3
votes
1answer
1k views
Update cookies for Facebook connect based site?
I'm using the Facebook Connect API for the login system on a website built using PHP. There is no straightforward way to determine if a user is logged in.
$fb = new Facebook($api, $secret);
...