Continuing from my part 1, in this section, we will discuss about how to use this helper in your own application. Source Code Download the source code here MKBitlyHelper 1.0.zip Documentation With just three lines of code, you can shorten your URL using this wrapper. Initialize the helper class with your loginname and apikey. bitlyHelper = [[MKBitlyHelper alloc] initWithLoginName:@"yourlogin"...
Read MoreConsuming a RESTful Service (bit.ly) in an iPhone Application
bit-ly-rest-api-objective-c Introduction Of late, many programmers who develop for Windows/Linux have moved to iPhone because of it's runaway success. Among the most successful apps on the Apple AppStore, first comes games (yeah I can hear you, fart apps!!!). Next comes apps like Tweetie and others those consume a web service (REST or otherwise). Games are pretty difficult get started especially if you aren't a game programmer. However,...
Read MoreHow to: How to tweet from Office?
Some companies have blocked twitter thinking that it’s another facebook. For people who have an iPhone, this is not a problem. But for those who don’t have a mobile access to twitter, and if company has blocked access to “twitter.com”, you think you are out of luck. Even plugins like TwitterFox or Twitter Clients like TweetDeck doesn’t work as they also have to cross your company’s firewall. Yet not out...
Read More