I want to post a text in a twitter as a hyperlink.I am able to post it as a simple text message.I have used Twitter+OAuth.i have used
[_engine sendUpdate:@"My twitter update"];
method to post my content.How can post is as a hyperlink so clicking on text opens a link.Any ideas? Thanks.