pjotr_dolphin
pjotr_dolphin

Reputation: 1255

Create local business application for Facebook

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

Answers (1)

Ranveer
Ranveer

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:

  1. You create an app on your server.
  2. You give it's url to Facebook (called the canvas url).
  3. You specify the dimensions.

And that's it! Your app is up and running!

Upvotes: 1

Related Questions