I'm trying to figure out which facebook documentation is relevant to what I want to do.
I want to create a facebook app which I understand is like a glorified iframe pointing to my web server which will serve just 2 html pages. On one of my pages, I want to create a link or button that looks like a big orange race car. When the user clicks on the race car, it fires the "facebook like event", then redirects the user to the second page on my web server. Right now, I do not know how to create the orange race car like button.
I've already set up the facebook app, and it is correctly reading the web pages on my server. I am using PHP.
So my question is any of the following:
a) which page of facebook documentation should I read to learn how to do this
b) does anyone know of any example code I can work with?
**In the past, I had to use oauth to have the user register my app and login before they can do anything with my web app. But this time, my web app IS A FACEBOOK APP, so I'm hoping i don't have to do any of that oauth process. This is why i feel lost in the facebook documentation...i'm not sure which parts are specifically relevant to my facebook app's orange car like button, and which is not.