1

How do I open a user's Twitter profile using the Twitter app using a link in Mobile Safari?

Tried code below, did not work.

tweetie:///user?screen_name=jessicaalba
twitter:///user?screen_name=jessicaalba
AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155
Renuka
  • 23
  • 8

1 Answers1

1

You have too many /'s, it should be:

twitter://user?screen_name=jessicaalba

Also, see these two posts:

Using twitter:// tweetie:// custom scheme on iPhone to open twitter application to a specific user profile

How can I open a Twitter tweet using the native Twitter app on iOS?

And this page:

http://handleopenurl.com/scheme/twitter

Community
  • 1
  • 1
Tom
  • 2,360
  • 21
  • 15
  • tried that too did not work, opening in web browser not in twitter app. – Renuka Mar 29 '13 at 03:05
  • have you done this? are you sure we can do this? In all the reference I see only Native apps can connect to other native apps. – Renuka Mar 29 '13 at 03:05
  • I have not personally tried it, but it seems that people have confirmed that it works. You should confirm that your iOS, Twitter app, and Safari app are updated to versions that support this scheme. – Tom Mar 29 '13 at 03:11