my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

Are You Following Me Too? code released

AreYouFollowingMeToo? is a simple twitter app that gets a list of twitter users who you are following who aren't following you back. I have decided to release the code for this app under a MIT License.The app supports deployment on Windows Azure. This decision was based on the fact that it was brought to my attention that there was another site that is providing the same functionality. Also, I ha... [More]

Permalink | Comments (0) | Post RSSRSS comment feed

Find out who isn't your "true" friend on twitter

I've just created a twitter app on Windows Azure that allows you to get a list of people who you are following but are not following you. I call this, finding out who your true friends are. :) But it should also be helpful to control your Twitter ratio so that you don't look like another marketer or spammer. The app is up at http://ruf.cloudapp.net. I have not tested it with a large follower bas... [More]

Permalink | Comments (6) | Post RSSRSS comment feed

Twitter User Authentication using OAuth with TweetSharp for ASP .NET

I had a quick look into the Twitter API today. It turns out it was quite easy to get started and to quickly develop a twitter application. Resources The main Twitter API documentation page is located at http://apiwiki.twitter.com/Twitter-API-Documentation. There are two .NET twitter clients available tweetsharp, http://code.google.com/p/tweetsharp/ twitterizer, http://code.google.com/p/twit... [More]

Tags: ,
Categories: ASP .NET | twitter
Permalink | Comments (0) | Post RSSRSS comment feed

Twitter TwitThis extension for BlogEngine .NET

After trying out DotNetKicks, I reckon it's a pain to click a button and then still have to fill out a title and description to recommend a webpage. What can I say, I'm lazy. But as they say, a lazy software engineer is a good software engineer. :) So I decided to have a look at twitter and see if there's a bookmark extension for it. I found TwitThis. This service will automatic... [More]

Permalink | Comments (2) | Post RSSRSS comment feed

BlogEngine.NET Twitter plugin

I sidetracked today. I had a go at implementing a Twitter plugin for BlogoEngine.NET. As usual, my lazy self got me googling to see if someone else has already done the job. Nope, couldn't find any plugin except bits and pieces of code here and there. Also, found out that there are 2 twitter clients out there at the moment so you don't have to log into the twitter site just to tweet.... [More]

Permalink | Comments (1) | Post RSSRSS comment feed