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 have a simple form that's hosted on my server. I would like to give someone the ability to add it to their FB page (business or personal) by searching for it in the "app store". I also need to ask them for their unique ID in order to tie the form back to them. Once the unique id is entered the form would display on their page.

Can this type of FB app be built and are there any resources I read for more info?

share|improve this question

closed as off topic by BK., Igy, Bill the Lizard Mar 31 at 14:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

I think you need to start here: http://developers.facebook.com/

Specifically: http://developers.facebook.com/docs/guides/canvas/

In short, yes that's how it works.

share|improve this answer

What you are looking for is the facebook developer network. Since your app will be interacting with the personal info of the users, then you will also need the Graph API (you need to login). Hope that helps.

share|improve this answer
excuse the ignorant question...but where am I interacting with the users personal info? The unique ID i will be asking for in the app is something given by me on another site. Or isit just by virtue of them adding it to their page I am interacting with their personal data? – sevens Jul 11 '11 at 4:00
if you want to give the user of the app an ability to add something to their "space", then you would need something in your code that would refer to that "space" wouldnt you? – Benny Tjia Jul 11 '11 at 4:03

Not the answer you're looking for? Browse other questions tagged or ask your own question.