Hi Rushi, I haven't seen behavior like this before. How are you reading the response? Are you sure you're looking at the raw response sent in the HTTP request? Are you using a web browser or a library that might be processing the XML incorrectly or rendering the XML as if it were HTML (which is what sounds most likely)?
Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, May 20, 2010 at 6:58 AM, Rushikesh Bhanage <[email protected]>wrote: > Hi there, > > Can somebody here tell me that why I am getting .xml format data as only > values and not in key-value pair? > > Suppose request url is : > http://api.twitter.com/1/account/rate_limit_status.xml > response is: > 143 > 150 > 1274354584 > 2010-05-20T11:23:04+00:00 > > why I am not getting "key:value" pair as getting previously. > > Please help me on this. > Thank you in advance. > > Rushi >
