Facebook page linking to external site sign-up process, capture permission to write to wall in process?

Posted by steve on Stack Overflow See other posts from Stack Overflow or by steve
Published on 2011-01-15T16:44:17Z Indexed on 2011/01/15 16:53 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

Hi all,

Have had a good hunt through the archive but can't find anyone trying to do this... hope someone familiar with the facebook API can confirm if it's possible?

Basically I have a client who wants to replicate their membership sign up process in a tab on their facebook page. The form would still submit to their own website to process, we'd just be replicating the form fields.

As an additional requirement they want to capture peoples facebook user ID and get permission to post back to a users wall at the same time... The idea being that once the user is a member we can post back to their wall so their friends see that they've signed up...

Basically after a sanity check that:

1) these things are possible to do;

2) the best method to build the form in a FB page - I'm guessing using JS to create all fields & ajax to submit to the external site?

Thanks Steve

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX