c# - how to get ReTweet of Twitter? -


i using string twitterfeedurl = "http://twitter.com/statuses/user_timeline/xxx.xml?count=4"; tweets. user_timeline = returns 20 recent statuses posted authenticating user.

i want retweets too. should use that?? need authenticated that?

newtwitter has api method retweets user. perform request https://api.twitter.com/1/statuses/retweeted_by_user.xml?screen_name=xyz

you should update existing request use correct url , api version specified in documentation.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -