30/10
2014
Wallogit.com
2017 © Pedro Peláez
require_once("vendor/autoload.php");
$al = new AuthorityLabs('my_token');
Account & System Status, (*1)
$al->accountInfo()
Setting Up Your Callback URI, (*2)
$al = new AuthorityLabs('my_token', 'callback');
Adding to the Immediate Queue, (*3)
$al->immediateQueue($keyword, $engine, $locale, $callback);
Adding to the Delayed Queue, (*4)
$al->delayedQueue($keyword, $engine, $locale, $callback);
Accessing Search Results Pages, (*5)
$al->getResult($keyword, $engine, $locale);
Supported Locales & Parameters, (*6)
$al->getSupported($engine);