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
Post a Comment