3

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.

Kiquenet
  • 14,494
  • 35
  • 148
  • 243
Sumit Kesarwani
  • 563
  • 2
  • 4
  • 22

1 Answers1

-1

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?

Community
  • 1
  • 1
ShapCyber
  • 3,382
  • 2
  • 21
  • 27
  • @SharpCyber -- Thanks but I know how to start working with twitter api. My problem is am not getting the list of activities of my followers and following and I'm getting the notification of my followers and following activities through Streaming api of twitter. – Sumit Kesarwani Aug 19 '13 at 11:17
  • to get both follower and following i guess you can use the https://api.twitter.com/1.1/statuses/home_timeline.json – ShapCyber Aug 20 '13 at 11:44