javascript - How to access custom fields Facebook PHP SDK -


In Facebook their documentation is an example for a custom sign up form:

  & Lt; Fb: Registration field = "[{'name': 'name'}, {'name': 'email'}, {'name': 'favorite_car', 'description': 'what is your favorite car?', ' Type ':' text '}] "redirect-ury =" URL_TO_LOAD_AFTER_REGISTRATION "& gt; & Lt; / Fb: Registration & gt;   

I want to create something like this but instead of the preferred car, my custom field is known and I only need FB registration:

  & lt; Fb: '' address', 'address',' type ':' text '"[[name': 'name'], {'name': 'email'}, {'name': 'address',' Description '}, {' Name ':' zipcode ',' description ':' zipcode ',' type ':' text '}] "redirect-uri =" http://example.com/register-exec.php " \ Fb_only = 'True' fb_register = 'true' & gt; & Lt; / Fb: Registration & gt;   

After user registers, keeps custom field addresses and zip codes in their database?

I can run

  $ to get user information from Facebook-> API ('\ me')   

but I can do something like this

  $ facebook-> Api ('I am just making the website as a Facebook, so I want Facebook to keep track of these areas (I do not want to create my own database for this) Apart from this, how can I know that a person The page is registered on the page when it is reached?  

thanks

User provided value for developer requests in the field Do not record any records of

Your own app needs to be processed and stored in your database - they will not be able to retrieve it through the API because they only provide verification and registration plugins When deposited, passes

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -