Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
var service = new TwitterService("FfN5qRVHDcpVZgmi7QUGPA", "qgoWyRPMcqmDzqqEROdVqVW3cYVn2qAIjQwhseoOO08");
service.AuthenticateWith("302993835-LW3lf1tw0x2n0WjRsUTwVb3FCUmIhIeV1HiAysFH", "5ISdlXnW7hSuqrfBYmXHBvd6W5gAvkibIp4K34R0AvxOu");
var tweets = service.ListTweetsOnUserTimeline(new ListTweetsOnUserTimelineOptions { ScreenName = "alienvikas", Count = 3 });

how to read values of tweets ?
Posted
Comments
ZurdoDev 4-Mar-14 21:03pm    
Refer to the twitter docucmentation.

1 solution

See https://dev.twitter.com/discussions/16989[^] as well as the developer documentation.

You could also debug it and see what you get back.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900