What is strange is that the old REST API is still working ( I tried using the old Javascript http://code.google.com/p/esmeproject/wiki/PureJavascript_messaging_client).
D. On Fri, Dec 4, 2009 at 11:09 AM, Richard Hirsch <[email protected]> wrote: > 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. >
