[twitter-dev] How to retrieve private user tweets

2011-01-07 Thread siva
Hi, We are unable to retrieve private users tweets through twitter status api.If i authenticated as a twitter user, can we see any private users tweets?Otherwise, how can we exclude private users when we are pulling tweets? Any ideas... Regards, Siva -- Twitter developer documentation

[twitter-dev] Sign out from twitter using Oauth

2010-10-20 Thread siva
Hi, I developed an application which is using twitter oauth sign in.Now i am trying to implement logout functionality for my application.When i logged out from my application,i need to logout from twitter also. Is this feature is available ? Please exaplain how to implement this. Regards, Siva

[twitter-dev] Post tweets to logged in user

2010-09-12 Thread Siva
to the real account of user who logged in to my system. Please guide me to get achieve this. Thanks Siva -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p

[twitter-dev] Posting Comments using OAuth in C#.NET

2010-08-06 Thread Siva Shunmugam
Hi Guys, can you give me some sample code which posts the comments to the twitter using OAuth. Thanx. Siva

[twitter-dev] Remote Server Error : 403 Forbidden

2010-08-06 Thread Siva Shunmugam
())) { result.Load(sr.BaseStream); sr.Close(); } Thanx.. Siva

[twitter-dev] Lists api response is slow

2010-07-29 Thread siva
Hi, The response of the below api is very slow. http://api.twitter.com/1/63482118/lists/memberships.xml?cursor=-1 I am not getting whether, is there any problem in the code or problem with the twitter api.But in the logs i able to see many connection timed out exceptions. Regards, Siva