Hi all,
for a few days now, i'm no longer able to create tasks using the
slimtimer API.
here is an example:
posted data :
<?xml version="1.0" encoding="utf-8"?>
<request>
<access_token>****************************************</access_token>
<api_key>******************************</api_key>
<task>
<name>MYCLIENT-999 | adaptations/evolutions (jour 2)</name>
<tags>RTM120083903</tags>
</task>
<user>
<api_key>******************************</api_key>
<email>
j...@argon7.be</email>
<password>**********</password>
</user>
</request>
posted at:
http://www.slimtimer.com/users/9502/tasks
after running the script, i reload my slimtimer tasks using the
"refresh" link, but no new task... :o(
redundant data is there because the API documentation is not very
clear about the post data structure for access token and api key. but
anyway, the xml above was working until a few days ago... i'm using
php-curl.
any hint for me?
tx
-- jo