'http://api.kwick.de/service/', /** * To which URI you will be redirected to authorize KAPIT for your user account. * * In most cases its not neccessary to chaneg this URI. */ 'loginUri' => 'http://www.kwick.de/apps/login', /** * Put here the API key from the registration. * * You cna register the Application here: http://www.kwick.de/apps/register/ */ 'apiKey' => '', /** * Put here the API secret from the registration. * * You cna register the Application here: http://www.kwick.de/apps/register/ */ 'secret' => '', );