Third Party API Integration

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
mrw45
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4
Joined: Fri Jul 15, 2011 2:49 am

Third Party API Integration

Post by mrw45 » Thu Jul 21, 2011 1:28 am

I am looking to build applications that need to sync with third party APIs like Google, RememberTheMilk, and Toodledo.

Is LiveCode a good choice for me?
Which version of LiveCode will be best?
What are my best options in terms of architecture in this situation. I will be building mobile, web, and desktop applications, all of which need to keep the user synced with the third party database as well my supporting database.

Thanks for the advise.

MRW

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

Re: Third Party API Integration

Post by Mark » Sun Aug 28, 2011 11:38 am

Hi,

If you are able to write the necessary libraries to communicate with those API's, then LiveCode will be fine for you. Note that the libraries that are often available for PHP and Python will have to be written from scatch for LiveCode. This takes very advanced LiveCode skills.

Usually, the latest version of LiveCode is the best :-) Perhaps you mean license? It is simple: hobby programmers buy the personal license, schools the educational license, everyone else the commercial license.

I would not try to build a web app with LiveCode. The RevWeb plugin is pretty much obsolete. Don't waste your money on it. Personally, I think RevLets are a great idea, but only of the plugin is updated regularly, which it isn't.

I'm not sure I understand your question regarding architecture. Can you be more specific?

Kind regards,

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