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 facebook registration plugin for my website. But it allows registration for users who are already registered with my website. Can I prevent this using Registration plugin?

share|improve this question
Registration plugin is just a plugin which helps us to authenticate user through facebook and to get them registered into our website/application. As a developer you have make sure whether that user already registered into your site and then display the registration plugin or let him login into your site. – Vijay Dec 29 '11 at 9:24
Yeah I am doing that check.. but just thought if there is some functionality from facebook side.. btw thanks – Android Decoded Dec 29 '11 at 10:27
Thats fine. There is no other functionality in FB that can check whether this user is registered into your site and FB don't have any control over your website? Is there anything else you expect? – Vijay Dec 29 '11 at 10:31

1 Answer

There isn't such a functionality. It would be to difficult to implement. For example, it would be necessary for you to give the facebook plugin access to your user database, a db that can vary from site to site, so it can compare the users you have with the one who wants to register.

In short, no.

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.