Answered Twitter API with C#.NET

  • Friday, February 10, 2012 9:21 PM
     
     

    Hi,

    I have a software design in ASP.NET using C#. I want to integrate Twitter API into my existing software.

    Scenario is something like this: If I tweet anything on my Twitter it should show up on my software.

    How should I achieve this? Can anyone help me out? I have no idea how to used Twitter API with C#.NET. 

    Thanks!


    Rushabh

Answers

  • Tuesday, February 14, 2012 6:38 PM
     
     Answered

    You can try with another overload of the HomeTimeline method:

    HomeTimeline(OAuthTokens, TimelineOptions)

    It tooks a TimelineOptions object in which you can specify some search options. In particular, take a look to its Count property, that allows to set the number of messages to request.


    Marco Minerva [MCPD]
    Blog: http://blogs.ugidotnet.org/marcom
    Twitter: @marcominerva

    • Marked As Answer by ShahRushabh Tuesday, February 14, 2012 9:36 PM
    •  

All Replies