Reputation: 1255
My wife is starting her local business, and I would like to develop a booking application that users can use to book appointments with. Is this feasible using the facebook development tools? I tried to overview the documentation at https://developers.facebook.com but I came out with no clear answer.
Upvotes: 0
Views: 47
Reputation: 6863
What is a Facebook app?
In layman terms, it's just a window to your actual app with a bonus that you can use Facebook's social data with it. So, yes! Basically, you can pretty much do anything with it. Plus, if you are looking forward to create an app for a local business, I would recommend taking a look at page tabs
from here.
Here is how a Facebook app works:
canvas url
).And that's it! Your app is up and running!
Upvotes: 1