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.




