Code, Nerdyness, and Nonsense

Tweetpress now supports the hugely popular iPhone Twitter client Tweetie. Here are the steps to set up TweetPress and Tweetie.

That’s right. With the latest release of TweetPress (version 1.1.1), you can post photos directly to Twitter from your Wordpress blog’s gallery page. Here are the steps to do it.

Navigate to the TweetPress admin Settings > TweetPress
Enter your Twitter username and password
Press the Save Twitter Settings button

TweetPress will verify your username and password [...]

This is part 2 in our series about creating a Twitter client in Objective-C. In case you missed it, here is a link to part 1 of this series. In the last tutorial I showed you how to retrieve data from Twitter and display the XML in the Console. Today, we will be focusing on sending messages to Twitter via POST. We will be implementing the code to update our Twitter status. So let’s just dig right in.Open up TwitterRequest.h and add the following code (Click the image to enlarge).We have added two properties.