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 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -