*** SEE THE VIDEO ***
callMethodPost() is a function I modified from Dominic Watson’s original callMethod() in his FBML Starter Kit. I decided to separate this function into two functions: callMethodGet() and callMethodPost(). Since you will be either getting or posting data, I felt that it was easier to separate the methods and call them according [...]
Archive for October, 2008
Understanding the callMethodPost() API Call
Posted in Good To Know on October 7, 2008 | Leave a Comment »
Using json and the Feed Preview Console
Posted in FBML on October 5, 2008 | 6 Comments »
*** SEE THE VIDEOS ***
Part 1 of 3: Using the Feed Preview Console
Part 2 of 3: Creating the feedHandler.cfm page
Part 3 of 3: Creating the form and calling the ajax window
Creating a one line, short story and full story feed for your wall might sound really tough. You have to use json and if you [...]
Understanding callMethodGet()
Posted in Good To Know on October 2, 2008 | 2 Comments »
***** SEE THE VIDEO *****
——————————————————————————-
callMethodGet() is a function I used from Dominic Watson’s original callMethod() in his FBML Starter Kit. I decided to separate this function into two functions: callMethodGet() and callMethodPost(). Since you will be either getting or posting data, I felt that it was easier to separate the methods and call them according [...]