Hi there,

I have an issue when trying to post a tweet from my server with my
personal account (no problem with others). For example, from my
Macbook, I tried :

curl -u damdam:(password) -d status="" http://twitter.com/statuses/update.xml

and I have a correct answer (no status).
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<request>/statuses/update.xml</request>
<error>Client must provide a 'status' parameter with a value.</error>
</hash>

Good answer :-)

Same curl from my sever, but not the same rely:

<?xml version="1.0" encoding="UTF-8"?>
<hash>
<request>/statuses/update.xml</request>
<error>Could not authenticate you.</error>
</hash>

Everything was right, but this happened after my account has been
hacked (I changed the password, etc).

Could you help me finding what's wrong (IP banned for one account ???)

Thanks !

Damien
@damdam

I'm the developer of boarding.fr (tweet #boarding along with your
airport code) and eyetweet.net ;

Reply via email to