Warrior
Warrior

Reputation: 39374

How to post a text in twitter as a hyperlink in iphone?

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.

Upvotes: 1

Views: 5951

Answers (1)

Daniel Klöck
Daniel Klöck

Reputation: 21137

You can not post hyperlinks on twitter, however you can post URLs which will then be converted to hyperlinks (but with the complete address as name). You can accomplish this by posting the full URL with the "http://"

Upvotes: 5

Related Questions