Ok after you opened the API up I got started making the final
adjustments to my script.
It works fine, except for one thing... the cligs generated aren't
added to my account :/ I have generated a proper API key and
everything.
this is how i did it:
curl_setopt($ch, CURLOPT_URL, '
http://cli.gs/api/v1/cligs/create?url='.
$url.'&title='.$title.'&key='.$api.'&appid=post%20to%20twitter%20by
%20thor%20erik');
where $api is set by a simple get command and the api key is added in
the js as it should.(&apikey=myapikey)