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-registration tag has no wiki summary.
0
votes
0answers
95 views
let user select role upon registration in wordpress Facebook-AWD plugin
I would like to use this plugin Facebook-AWD plugin for wordpress, my site would provide to ways custom registration (normal and register with facebook). users must select their role ' ie :buyer and ...
2
votes
0answers
72 views
Facebook registration plugin - remove undo popup
In a rails application, I implemented facebook registration plugin
However, After clicking the "Register" button, the user is getting an undo dialog. I've observed several sites that also use the ...
0
votes
0answers
54 views
Registration through Facebook Plugin
I have a rails3 application. The website allow users to sign up through Facebook only. It is using facebook registration plugin for this purpose. Facebook Registration plugin provide some prefilled ...
1
vote
1answer
44 views
Web app is in Users Facebook Apps section as approved but Facebook not returning verified==true
I am using Facebook PHP SDK. There are some Facebook users that can't register or login with my site.
$user_profile = $this->api('/me');
Everything is working for most Facebook users joining the ...
2
votes
0answers
636 views
Facebook login button javascript
i stuck with facebook login button, logging in works well, but when i log out from the site through logout.php, it keeps me logged in on facebook button(but logged out from the site!)
Please help ...
1
vote
1answer
111 views
Email async validation with facebook registration form
As facebook says
For privacy reasons, the input to your function will be only the custom fields you requested, on blur or submit.
Indeed email is not custom field but when user clicks on "x" ...
3
votes
2answers
2k views
Facebook Registration plugin: “invalid_id” when logging out
I've just set up a Facebook Registration plugin here http://www.lexpressproperty.com/en/register.
I works like a charm but I encounter the following issue: whenever a user wants to logout (using the ...
0
votes
0answers
406 views
Receiving error (#803) while using facebook registration plugin
I am using a facebook registration plugin on my website , using basic json fields which facebook sets as default with just a about me text field which is pretty much explained developers.facebook.com, ...
-4
votes
1answer
194 views
Using Facebook to login / register - how to still get local user details from my database?
I want my sites users to be able to use facebook to create an account and login
I will gather additional details from the user once they have logged in (id, name, link, etc.) and create a local ...
0
votes
1answer
147 views
One-click Registration - am I missing something here?
I'm trying to implement a 'one-click' Facebook registration process on my site. I'm getting extremely wound up because on other sites with what I want, they just have a 'Register with FB' button which ...
0
votes
2answers
91 views
Customer Registration on site redirecting wrong
I installed the registration application on my site - when it loaded, it looked fine, used my facebook as the trial registration customer, but when i hit the register button it opened a facebook allow ...
1
vote
1answer
79 views
How to translate facebook location
I´m using the FB:registration Plugin and it returns me as location an Array with something like Munich, Cologne, etc. I want them translated into german and save them as München or Köln.
How is this ...
0
votes
2answers
193 views
Implementing a Facebook Page Like with the Facebook Registration Plugin
I have read through the documentation on how to set up the Facebook Registration Plugin. In reading I saw that there are what facebook calls named fields and custom fields. What I am looking for is a ...
2
votes
1answer
445 views
Being a member of a Facebook group and THEN to be able to register and login to a website. How to do it?
I've been searching the internet for a while to come up with a solution for the issue of logging in to a website with the support of Facebook account. The case study is as follows:
I have a website ...
2
votes
1answer
233 views
Rely on Facebook user id as a permanent user identifier
We are building a web application and right now we are in the stage of deciding how to keep track of our users. Our default option is to maintain our own user registration system which is a lot of ...