[twitter-dev] statuses/user_timeline following propertie

2009-12-01 Thread dmsiva
I send http://twitter.com/statuses/user_timeline.xml request with one screen_name attribute. Then server give's me a list of status of this user. Each status have a user tag that contains following attribute. This following attribute refers to authenticated user? Why sometimes this attribute is

[twitter-dev] Oauth authentication- all the process in application ?

2009-11-30 Thread dmsiva
Hi, I would like to know if exist a way to do all the oauth authentication process in application. a way that does not need to log in on the twitter.. thanks, Daniel

[twitter-dev] retweet

2009-11-30 Thread dmsiva
How can i know witch status i have beem retweeted? API say's that Note: For backwards compatibility reasons, retweets are stripped out of the user_timeline. If you'd like them included, you can merge them in from statuses retweeted_by_me. There is a url that includes retweet values in

[twitter-dev] Oauth authentication just run in IE .. Why?

2009-11-29 Thread dmsiva
I'm doing Oauth authentication for my application and it run's well in IE. When i change to Firefox, Safari or Opera this error appears [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send] nsresult: 0x80004005 (NS_ERROR_FAILURE) location: JS frame

[twitter-dev] Authentication (user/pass )after Oauth authentication.....:S

2009-11-23 Thread dmsiva
hello. I make well oauth authentication. I put the pin, and I get the access_token, etc.. but when I request a 'get' the browser asks me another authentication (username, password). what can I be doing wrong? After the access tokens, what should I send in the next request? best regards,