I want to build a Facebook application for my website. The website allows students to book lessons with an instructor.
I want an instructor to be able to have an app on their page which allows their Facebook fans to book a lesson using the Facebook application.
This would be fairly simple, however I don't want each instructor to have their own App ID. I want to create one app, register one app with Facebook and get one app ID.
Ideally, something should be passed from Facebook to my application. So the URL would be:
www.mydomain.com/facebook-integration?facebookPageID=THE_PAGE_ID
I can then display the correct page within the iFrame application in Facebook.
I'm writing this in ASP.NET MVC, is there a way to get Facebook to send the page ID to my application?