Issue on generating API Ticket

Issue on generating API Ticket

Hello,

I've been trying to get ticket before I can access the API using sample code below :

{
<form method="POST" action="https://accounts.zoho.com/login" target="_self">
<input type="hidden" name="LOGIN_ID" value="xxx@xxx.com">
<input type="hidden" name="PASSWORD" value="ppppppppp">
<input type="hidden" name="FROM_AGENT" value="true">
<input type="hidden" name="servicename" value="ZohoCRM">
<input type="submit" value="Generate Ticket" class="divbutton" name="submit">
</form>
}

or with direct URL access like :

https://accounts.zoho.com/login?servicename=[ZohoCRM]&FROM_AGENT=true&LOGIN_ID=[myloginid]&PASSWORD=[mypassword]

both with the same result :
{
# #Tue Feb 14 11:34:54 PST 2012 CAUSE=Username and Password do not match RESULT=FALSE
}

Anybody have any clue about this?

Thanks,
Sigit