Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to get twit list using #tag from twitter. I have created Application in asp.net C#. I have used ASPSnippets.TwitterAPI to get access token and profile details.
ASPSnippets.TwitterAPI will only allow to get user's profile not twits.
Please suggest me any api or a way to query and get list of twits using #tag.

Thanks!
Posted
Updated 1-Jul-15 2:31am
v2

 
Share this answer
 
Comments
fenilsuthar 2-Jul-15 5:54am    
I have tried Tweetinvi but not able to build solution. I think, i am using .net 4.0 and Tweetinvi is in .net framwork 4.5 that is the problem.
My application is in asp.net 4.0 so please suggest me api for asp.net 4.0. Thanks!
You should update your application to 4.5 in that case.
fenilsuthar 2-Jul-15 6:47am    
http://www.codeproject.com/Questions/1006080/Asp-net-Csharp-Twitter-Search-Api-Getting-error-un?arn=0
Please see bellow links to search tweets using #Tag in .net 4.0 C#.

1. To Authenticate & Get Access Token

2. Search Tweets Using #Tag
 
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