[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 yuvaraj...@gmail.com wrote:



 Thanks for your reply

 in my library ,they have given clearly..
  enum RESP
{
OK = 200,
NOT_MODIFIED = 304,
BAD_ = 400,
NOT_AUTHORIZED = 401,
FORBIDDEN = 403,
NOT_FOUND = 404,
INTERNAL_SERVER_ERROR = 500,
BAD_GATEWAY = 502,
SERVICE_UNAVAILABLE = 503,
UNKNOWN = 2723
};


 I don't why i am getting the 6 digit number

 Thanks

 Yuvaraj R



 On May 29, 10:49 am, Abraham Williams 4bra...@gmail.com wrote:
  2009/5/28 yuva yuvaraj...@gmail.com
 
   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.
 
  --
  Abraham Williams |http://the.hackerconundrum.com
  Hacker |http://abrah.am|http://twitter.com/abraham
  Project |http://fireeagle.labs.poseurtech.com
  This email is: [ ] blogable [x] ask first [ ] private.
  Sent from San Francisco, California, United States




-- 
Abraham Williams | http://the.hackerconundrum.com
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: Authentication problem

2009-05-28 Thread Abraham Williams
2009/5/28 yuva yuvaraj...@gmail.com

 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.

-- 
Abraham Williams | http://the.hackerconundrum.com
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from San Francisco, California, United States