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.

Registration is a process through which a person or entity provides some necessary information about himself to the company or other entity he/it wants to be registered with.

learn more… | top users | synonyms

1
vote
0answers
21 views

Rails login and registration by facebook using 'omniauth-facebook' how get language , education , work and other of an users

I use devise for the users and 'omniauth-facebook' so in my user.rb i have write this function: def self.find_for_facebook_oauth(auth, signed_in_resource=nil) user = User.where(:provider => ...
-2
votes
0answers
13 views

Facebook Registration Plug In for Websites [closed]

I utilized the steps on Facebook developer page to create the Facebook registration plugin for a website that I am building for a client. Since I have an existing app account I created a new app ...
-1
votes
2answers
57 views

how to become a facebook developer without a phone number [closed]

I want to learn how to develop facebook applications. So, I tried to register with facebook to become a developer, and in the second step, I was asked to provide a phone number to receive a text ...
0
votes
1answer
24 views

facebook registration plug in custom fields not working

I'm having a few problems with this. First, the iframe will only render the "name" field and none of the others, even those that are not custom. I read somehwere that the fb:registraiton tag might be ...
0
votes
0answers
11 views

Application Disabled [closed]

My application was disabled Thursday because of reports done by user (i think). Its a little odd because from 110,000 published actions only 74 were reported so the ratio is very low. I've sent an ...
1
vote
0answers
62 views

Facebook Registration Plugin getting registration data from signed_request using Javascript SDK

I am trying to use registration plugin of facebook using javascript SDK. As far as I know following are the steps in order to get the registration data: 1) Show the registration block (prefill the ...
0
votes
1answer
42 views

Can't figure out why I'm getting Server errors from my PHP code

On this PHP page I'm parsing a signed request that I receive from the facebook registration plug in that I'm using. There is a problem with the location property from the signed request $response ...
0
votes
0answers
26 views

Register a user in my site using his facebook account

I've recently started a project where the user can register in my site using his facebook account.what I typically aim to do is that once the user has registered his or hers facebook account , he or ...
0
votes
0answers
19 views

App Registration Procedure Differences

If I sign in with most of IDs there is only one page (Authority page) appears when I register an app. However, if I sign in with some IDs I have to pass at least three pages asking some authorities ...
0
votes
0answers
19 views

Using FB Connect on FB Page

I am using an i-framed Facebook page as a landing page from my Facebook ads. I'd like to have people register to my website via Facebook Connect inside this Facebook Page. Is this doable? Many ...
0
votes
1answer
108 views

How to change fb:registration tag visibility from inside getLoginStatus() function

This is how I've set up my login/registration flow. On the index.html page there is a link. Once it is clicked you are sent to a second page where your login status is checked and the fb ...
0
votes
0answers
24 views

How to Parse facebook registration sigend request in javascript.

I'm stuck on two things: verifying the signed request using the app secret and recreating the expected signature of the signed request and comparing it to the signed request that was actually ...
-1
votes
1answer
268 views

How can I register developer's account if registration sms is not coming to Russian Phone number? [closed]

I live in Russia and trying to register a developer's account but I haven't received any sms with confirmation code from facebook. 1. Phone number is 100% correct and working 2. I've tried resending ...
-2
votes
1answer
195 views

Error when trying to submit an App Detail page on Facebook [closed]

I'm trying to create a FB app to link to my iOS app. In the registration process I've filled out the App Settings - Basic page, filled in Display Name, Namespace and Contact Email; chosen Native iOS ...
3
votes
0answers
193 views

<fb:registration onvalidate=“” /> not working

I'm trying to implement Facebook registration on a website. Without the onvalidate parameter, everything works as one would expect it to, but when including it everything seems to break down (no ...
0
votes
0answers
48 views

Facebook developer: Registration

When register on Facebook developer on step 2 don't receive message with text-code on mobile.
0
votes
0answers
9 views

registration plugin manage names accents

I'm integrating my site with the FB Registration Plugin using an iFrame but I'm having a hard time dealing with names accents, for example if I try to register with an account with the last name ...
0
votes
0answers
56 views

Automatic account creation via external tool

I see tools on the market like BuzzBundle and XGenSEO which allow to automatically create facebook profiles from within the third-party tool. I was wondering if this is supported by Facebook and if ...
0
votes
1answer
239 views

facebook registration form integration

I have mad a website and I wanted to include a Facebook registration form using Facebook Developers. I created an account and made an app. When I copy and paste the html for the registration form I ...
0
votes
1answer
406 views

Facebook Registration Plugin on mobile gives API Error Code: 4202 “This dialog is not available on this device.”

I'm building a standalone website on Symfony 1.4/PHP that uses Facebook Registration Plugin for my user registration. I'm using XBML Facebook Registration plugin and it works perfectly fine on a web ...
0
votes
1answer
49 views

Facebook Registration and Login Apps, Need Guidance

I have used Face book Apps for register and login for my website (in PHP). Problem is very simple for you all experts. When I try to login via FaceBook using my email id which I am using for Facebook ...
0
votes
1answer
182 views

Facebook developer registration broken?

I try to get registered for an developer account on facebook for about 3 days now. I never get the sms. I tried it with the latest Chrome and Firefox and two different numbers with two different ...
-3
votes
1answer
65 views

I want register user after like my facebook page?

I am working on one web application. In which i want register user only after liking my facebook page (Ya it's client requirement!!!) So is there any way to doing this??? I am using PHP Thanks a ...
0
votes
0answers
64 views

Retrieving data from Facebook Registration signed_request

I have followed the JavaScript SDK doc: https://developers.facebook.com/docs/howtos/login/getting-started/ tested and it is working. Also have followed the instructions for the Facebook Registration: ...
0
votes
0answers
34 views

Facebook iframe/XFBML password minlength change

<div id="fb-root"></div> <script src="https://connect.facebook.net/en_US/all.js#appId=499539660078768&xfbml=1"></script> <fb:registration ...
0
votes
1answer
24 views

How to follow a bug on the developer pages (I know the button should be there but I cannot see it) [closed]

I’ve recently been trying to follow this bug to get a notice when it has been resolved, but without success. What I tried As far as I understand, I should add the developer app to my Facebook ...
1
vote
0answers
63 views

Prepopulate field in a Facebook Registration Plugin

I want to prepopulate the phone number field in a Facebook Registration Plugin, with the international prefix. I tried with: value="+44" and "value" : "+44" <fb:registration redirect-uri="" ...
-2
votes
1answer
82 views

Registering as Developer should work with company account // SMS -Codes get CUT [closed]

Okay: Facebook for developers (self-employed developers/coders/small companies) isn't working with Facebook company account when finally creating apps. We realy can't understand why it is possible ...
0
votes
0answers
74 views

Understanding the Facebook Registration redirect_uri variable

I keep reading several posts but I can't figure it out and keep trying until I get it right is just not in me, I really need to understand what I'm doing wrong. I'm configuration is pretty simple ...
4
votes
1answer
2k views

sms confirmation code too long [closed]

I'm trying to register as a developer, and was asked for my cell phone number. I got the SMS code, but it is 8 characters long, and the textbox allows for only 6 characters code. How can I enter the ...
0
votes
3answers
2k views

Facebook Registration not working “(Error: Invalid 'client_id'.)”

I'm using the FB registration iFrame code on my site. I've followed all the documentation at http://developers.facebook.com/docs/plugins/registration/ but I can't understand why I have this error. The ...
0
votes
0answers
42 views

Extended permissions using Registration Plugin

Ideally, I'd like to use the FB registration plugin, but end up with some additional permissions beyond the basic ones. This is, I know, an old question that has been answered a number of times (e.g. ...
1
vote
0answers
70 views

Changing text of Register button in registration plugin to be 'Next'

I used registration plugin of facebook as an intermediate step for my website.. I would like to change the text of 'Register' button to be 'Next' because there will be another step before finalizing ...
1
vote
0answers
510 views

How to integrate facebook with my weebly website

I have a website developed on weebly. I want to integrate my website with facebook registration and login so that members can login on my site through their facebook login information. Weebly gives me ...
-2
votes
1answer
396 views

Facebook doesn't allow me to create a new app [closed]

I've successfully registered on facebook. Then I went to https://developers.facebook.com/apps And tried to create a new application. I've corectly filled all the possible fields, pressed OK ant hen ...
0
votes
0answers
106 views

Registration plugin redirects to out of context (Facebook Tab)

I'm using the Facebook Registration plugin with the Facebook C# SDK and the only thing I can't make up is how can the redirect url be in the same context of the registration page. my Index view is ...
0
votes
1answer
220 views

Facebook registration async username validation

First of I have searched everywhere for an answer and have not come across one so forgive me if I missed something somewhere! I'm trying to check if a username exists before the Facebook registration ...
1
vote
0answers
55 views

link existing account to facebook

There is a question with the same title here but that question isn't actually related to the title at all as far as I can tell. The situation must be very common. I have a facebook registration ...
1
vote
1answer
245 views

Facebook Registration plugin returns 'invalid client_id' after logging into FB with long/many custom fields

I am using the FB Registration plugin with the following code: <html xmlns:fb="http://ogp.me/ns/fb#"> <script type="text/javascript"> window.fbAsyncInit = function() { ...
0
votes
1answer
157 views

Facebook Registration widget not working on mobile Safari

Is it expected that the Facebook Registration widget not work on mobile browsers? Specifically mobile Safari on iOS 5? I get the following error when I hit the Register button with a pre-filled ...
0
votes
0answers
231 views

Using Facebook registration plug in iframe and getting error: ( Missing 'redirect_uri' query parameter.) [closed]

This is my redirect URI: redirect_uri="http://localhost/views/index.php& fields=name,birthday,gender,location,email" The path is definitely correct. I'm just not sure what query parameter I'm ...
0
votes
1answer
47 views

Query regarding Facebook Connect on the website

I have a website where I allow users to sign up using normal registration as well as login via facebook. If the users signs up using normal registration then I want to provide him with an option of ...
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 ...
-1
votes
1answer
32 views

business applications [closed]

I work for a software company that wants to use Facebook Login and wants to build a Relying Party component that consumes facebook identity. However, right now there is no way to associate an ...
0
votes
0answers
160 views

Facebook registration plugin password length - server side validation?

I'm trying to get the facebook registration plugin to enforce a password of 6 characters, as oposed to 8 characters requierd by default. Client side validation works, but as the form is POST'ed, it ...
0
votes
0answers
69 views

Register appID for PHP SDK and Facebook Ads User

I am a Facebook Ads user but I also need to register my website to use the PHP SDK. I have read where I can get the appID for my site by registering at the appDashboard. I have clicked on several ...
0
votes
0answers
990 views

facebook integration with asp.net website

I have implemented a Facebook login and registration into an ASP.NET website I am working on but not sure if I have the best process. Any comments/corrections welcome. I found the development process ...
2
votes
1answer
244 views

iframe target cannot be set to _self in Facebook registration plug-in

I'm trying to use the iframe version of the Facebook Registration plug-in on my website, but I'm having problems with the redirection target. On my site, I have an iframe in the middle of the page; ...
0
votes
0answers
212 views

How to make a json field optional in facebook registration plugin

I have the following code for my Facebook Registration Social Plugin: <iframe src="https://www.facebook.com/plugins/registration? client_id=xxxxxxxxxxxxxxxx& ...
0
votes
1answer
316 views

How to make a field optional in faccebook registration plugin

I have the following code for my Facebook Registration Social Plugin: <iframe src="https://www.facebook.com/plugins/registration? client_id=xxxxxxxxxxxxxxxx& ...

1 2 3