Facebook Application

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

emdalton
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 152
Joined: Thu Jul 30, 2009 4:03 am

Re: Facebook Application

Post by emdalton » Fri May 25, 2012 8:23 pm

Only that Facebook use seems to be growing very quickly, and as an application format it seems to be "where the money is" at the moment.

(Though for what it's worth, I am hardly ever logged into Facebook, and only have an account there because a previous job required it.)
Elizabeth

Image

gtopawb
Posts: 1
Joined: Sat Dec 15, 2012 8:39 am

Re: Facebook Application

Post by gtopawb » Sat Dec 15, 2012 9:57 am

Do you still have some notes on how to accomplish this?
Has anyone else in the community written a FaceBook app using LiveCode?

Ezra

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9847
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Facebook Application

Post by FourthWorld » Sat Dec 15, 2012 5:37 pm

Applications integrated with FB for all platforms can be written in HTML/JavaScript.

Some applications have been written in Flash, but Flash cannot be used on iOS, and going forward it should be avoided for Android and Linux as well since Adobe has announced that they will soon stop maintaining the Flash engine for those platforms. Adobe seems to agree with Steve Jobs that Flash should be irrelevant, and are apparently working hard to achieve that. ;)

JavaScript is a wonderful language, somewhat funky at times but given its important role as the only language embedded into every browser it's well worth learning.

Since HTML and JavaScript are just text and LiveCode is unusually adept at manipulating text, there are many ways LiveCode can be used to assist the production of Web apps.

LiveCode can also help on the server side of such apps, using RevServer:
http://www.runrev.com/products/server-deployment/

The FaceBook API also supports integration with platform-specific native apps for Android and iOS:
https://developers.facebook.com/

I don't know whether they allow you to use the Web APIs to do this from native mobile apps, which would seem supportable within LiveCode via GET and PUT.

If FB requires that native mobile apps use only the binary APIs, we may have to either wait for RunRev to support this or write externals to handle those.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Internet”