Feeds:
Posts
Comments

Archive for the ‘Getting Started’ Category

Initiating the Facebook REST Client with ColdFusion

the function below will set you up to communicate with the REST Server. There are 5 required parameters you must pass to the server in order to call any API.

Required Parameters

1. api key
2. secret key
3. canvas url
4. callback url
5. server path

Read Full Post »

FaceBook features a great section in developers.facebook.com named Tools. In here, they have a complete set of tools that allow you to test and make your calls are in working order and what they might look like. If your calling an API, it will even show you the response from the REST Server.

Read Full Post »

***** SEE THE VIDEO *****
——————————————————————————-
Regardless of what programming language you use, setting up Facebook’s developer settings can be extremely confusing. Some fields you need, some fields you don’t and depending on what your doing with your application, some fields can block your app from accomplishing the end result. The absolute very first step is [...]

Read Full Post »