Tonido Support Home
Log in Page Discussion History Go to the site toolbox

Developer:PHP Wrapper

From Tonido Support


Developer Home | Support Forum | Tonido Feedback | Tonido Homepage

Tonido PHP API Wrapper


You can access Tonido HTTP APIs using your PHP scripts via our API Wrapper functions. See download below.


Note that there are two ways to authenticate yourself with the Tonido API

1) // ... Perform Authentication
$result = TonidoGetCookieLogin($ch, $ckfile, $profile, "", "");

The first method requires you to specify the password for the account and secret answer if needed.

2) // ... Use Password less Authentication
 $result = TonidoGetCookieDyn($ch, $ckfile);

The second method does not require any password to authenticate.

Download

Tonido API Wrapper Zip File

Site Toolbox:

Personal tools
TOOLBOX
LANGUAGES
This page was last modified on 12 February 2011, at 22:13. - This page has been accessed 1,716 times. - Disclaimers - About Tonido Support