[twitter-dev] Re: 401 Error, "could not authenticate you" problem

2009-08-18 Thread JDG
are you sure your encode method is correctly base64-encoding the credentials? On Tue, Aug 18, 2009 at 08:18, havis wrote: > > Hello Adam, actually i am using basic authentication sending login and > password as a header request: > >String url = "http://twitter.com/sta

[twitter-dev] Re: 401 Error, "could not authenticate you" problem

2009-08-18 Thread havis
Hello Adam, actually i am using basic authentication sending login and password as a header request: String url = "http://twitter.com/statuses/ friends_timeline.xml"; String credentials = "username:password"; cred

[twitter-dev] Re: 401 Error, "could not authenticate you" problem

2009-08-17 Thread Adam Shannon
On Mon, Aug 17, 2009 at 9:42 PM, havis wrote: > > Hello, i am working on a project for mobile phones and Twitter API. I > made tests using java platform and everything works ok, when i use the > same credentials in j2me, there is always the following message as > response: > > > > /statuses/fr