Creating a Facebook application

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
TheBigDuck
Posts: 23
Joined: Tue Nov 11, 2008 5:52 pm
Contact:

Creating a Facebook application

Post by TheBigDuck » Fri Oct 09, 2009 9:48 pm

If I wanted to make an application for Facebook, host it on my server, using Rev Media, how would I do it?

Please offer SPECIFIC code examples of how you would communicate and parse the data from Facebook, and then save it a back end database.

I think a lot of us would like to know how to do this.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Sat Oct 10, 2009 12:36 am

Dear TheBigDuck,

I did this and it is a hell of a job. Because one needs to use an iFrame, it is really complicated to talk to the FB API's. I have given up on posting short stories on walls and sending e-mail notifications. Without those features, an FB application with a revLet is just like any FB application that runs in an iFrame.

The database features should be relatively easy. This works just as from within any revLet, regardless of the FB features, as long as you don't want to talk to the FB API's.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply