Page 1 of 1

API

Posted: Mon Apr 20, 2009 8:38 am
by tanja
Please explain whta API means? How can I do that and how can I merge my site with for example video application?

Re: API

Posted: Mon Apr 20, 2009 8:47 am
by Pulni4kiya
You might take a look at this. Although I'm not very sure, if this will help you.

Re: API

Posted: Wed Apr 22, 2009 10:22 am
by Theory?
How can you do what?

An API is a means for other programmers to utilize someone else's software. For example, if you're writing a Twitter app for the iPhone, you're going to need to hook into the Twitter system in order to provide your users with the ability to log in and out as well as send and read tweets. These are all things that are part of the Twitter system and in order to utilize these functions, you need an API which has function signatures and use cases regarding the different parts of the system that are open for utilization.