Mark Tabor

Mark Tabor

  • 585
  • 2k
  • 460.8k

How i can see my twitter tweets in my asp.net web applicatio

Jul 30 2017 2:56 AM
Hi i am following an article to see my tweets into my asp.net web application its super easy as explain here 
http://adventuresindevelopment.com/2009/06/21/how-to-display-your-twitter-feed-using-aspnet/comment-page-1/#comment-205689
 
What i am doing i am just changing my username nad password as mentioned to change that just but i am geeting an error

he remote server returned an error: (404) Not Found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote server returned an error: (404) Not Found.

Source Error:

Line 19:         Twitter thisUser = new Twitter("Kanza", "BBBB"); Line 20:          Line 21:         TwitterStatusCollection thisCollection = thisUser.Status.UserTimeline(); Line 22:  Line 23:         string TwitterCode = "";
 can anybody let me know where i am wrong , or can anybody share a simplest example to show tweets and like dislike in asp.net web application c#

Answers (1)