Post a message on user's wall with Twitter-OAuth-iPhone
I use the bengottlieb/Twitt开发者_运维问答er-OAuth-iPhone. How do I post message on user wall?
use
- (NSString *)sendUpdate:(NSString *)status
function. status is the message which you want to post.
精彩评论