Re: [twitter-dev] user data not getting in previous format.

2010-05-18 Thread Rushikesh Bhanage
Hi Taylor, Thank you for looking at my problem. I am using Mr David Billingham's PHP class file in application. http://twitter.slawcup.com/twitter.class.phps;. Yes request URL include parameter as username to fetch data from methods like userstatus($unm) (gives particular user's data) and

[twitter-dev] user data not getting in previous format.

2010-05-17 Thread Rushikesh Bhanage
Hi there, I got a big problem right now. I was getting user data, ratelimit, followers list in xml with key value pairs but now I am getting only values. Due to this the app i am developing , giving error as INVALID ARGUMENTS SUPPLIED FOR METHOD. I checked that, json format gives key-value

Re: [twitter-dev] user data not getting in previous format.

2010-05-17 Thread Taylor Singletary
Hi Rushi, Trying to understand your problem better -- are you using an intermediary Twitter library of some sort? Can you give some examples of the API requests you are making? The request URI including parameters? Are you using basic auth or OAuth? Are you appending .xml as the extension to the

Re: [twitter-dev] user data not getting in previous format.

2010-05-17 Thread Gaurav Shaha
Few months back when i started my work on twitter api, it was giving me key value(xml format) as response to my requested url(such as follower list, rate limit, etc.), but now it is not giving response in key value format. Kindly F1. Thank you in advance. On Mon, May 17, 2010 at 9:15 PM, Taylor