Search code examples
wpfapitwittertweetsharp

How to get the list of favourite tweets, retweets and mentions of my tweets which are done by my followers and following?


Basically i am developing a demo desktop application using TweetSharp library and wpf. I want the list of favourite tweets of my tweets which are favourited by my followers and following and same with the retweets and mentions just like the twitter has its user interaction or activity section in its website.


Solution

  • Well I don't know If is too late to response to your question. however you may find this post useful to start with.

    How To Use Twitter v1.1 API

    Simplest PHP example for retrieving user_timeline with Twitter API version 1.1

    Also find this other post here Get twitter user profile picture Twitter v1.1 API

    How to get user image with Twitter API 1.1?