I've tried using the Twitter API to send a message and I'm getting a strange error:
INFO - Request /twitter/statuses/update.xml took 328 query INFO - OK INFO - <?xml version="1.0" encoding="UTF-8"?> <hash operation="statuses" success="true" ><error>User authentication failed</error></hash> Here is the action I'm using locally to the error (where bob is the user and the password is 123456) http://bob:123...@localhost:8080/twitter/statuses/update.xml status=%s When I use the token instead of the password (like this) http://bob:q5pwwxvajyipg0eqxmsdpfrgce2xv...@localhost:8080/twitter/statuses/update.xml status=%s I get this error: INFO - <?xml version="1.0" encoding="UTF-8"?> <hash operation="statuses" success="true" ><error>User authentication failed</error></hash> Anyone else having this problem? D.
