[twitter-dev] Re: Authentication problem

2009-05-29 Thread Abraham Williams
Try running your requests through a charles proxy and make sure the request that are actually being made conform to the API docs. On Thu, May 28, 2009 at 23:11, yuva wrote: > > > Thanks for your reply > > in my library ,they have given clearly.. > enum RESP >{ >

[twitter-dev] Re: Authentication problem

2009-05-28 Thread yuva
Thanks for your reply in my library ,they have given clearly.. enum RESP { OK = 200, NOT_MODIFIED = 304, BAD_ = 400, NOT_AUTHORIZED = 401, FORBIDDEN =

[twitter-dev] Re: Authentication problem

2009-05-28 Thread Abraham Williams
2009/5/28 yuva > when i try to get the server status value ,it is giving 6 digit > value..like 243592... > Can you explain what you mean by this? Also it sounds like you would be better off asking the maintainer of twitlib for help as it is probably an issue specific to that library. -- Abrah