my6solutions

asp .net, the social web & other distractions

 

Running Apps


PayPal - The safer, easier way to pay online!

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