Click here to Skip to main content
15,887,944 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Please give me answer as soon as possible.

I tried Twitterizer in refrence and used this below code:
C#
Twitter twt=new twitter("Username","Password");
twitterstatuscollection this collection=twt.status.UserTimeLine();

But i get Authorization Falied error..
Posted
v3
Comments
What have you tried?
Member 10191513 19-Feb-14 0:53am    
I tried Twitterizer in refrence and used this below code:

Twitter twt=new twitter("Username","Password");
twitterstatuscollection this collection=twt.status.UserTimeLine();

But i get Authorization Falied error..
Member 10191513 19-Feb-14 0:44am    
I tried Twitterizer in refrence and used this below code:

Twitter twt=new twitter("Username","Password");
twitterstatuscollection this collection=twt.status.UserTimeLine();

But i get Authorization Falied error..

1 solution

Check their API. https://dev.twitter.com/[^]
Browse there for more details. And you could find many jQuery widgets for this. In Codeproject I found this one.
Recent tweets[^]
 
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