-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to follow Pete Brown's introductory WPF tutorial which makes use of the TweetSharp libraries to interact with Twitter.
I have downloaded what appears to be the latest TweetSharp binaries (and a few others including the ReleaseCandidate) from Codeplex (http://tweetsharp.codeplex.com/)…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
As I mentioned in my previous blog post, I'll be having a little fun over the next few weeks talking about all of the Social Media APIs I've been experimenting with. I thought I would start out today by talking about one of the most popular services, Twitter. Twitter is essentially a microblogging…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Without looping through the followers 5k at a time, is there any way to see if a user is following another user?
Also, if the user enters their login info, is there any way to use the API to set them to follow you?
If these are not possible in tweetsharp, is there another API that has this support?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all, complete newb quesiton here, but I'm new to C# and Visual Studio 2010.
How do I load .dll's into Visual Studio 2010 so I can write C# programs using their methods?
More specifically, I'm trying to write a twitter application using TweetSharp that will be run via command line.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am working on a method that will allow me to pull in the 5 most recent posts that my company has made on it's Twitter account.
One requirement of this web application is that it present these twitter posts as "regular" html in our website, so using the Twitter javascript method is ruled out.
I…
>>> More