The Iconfactory

Twitterrific for iOS

Twitterrific for iOS

Twitterrific is also available for Mac.

URL Schemes

URL schemes can be used by other applications to communicate with Twitterrific. The following resources are supported:

Current account

The last account used in Twitterrific will be used to perform the operations specified in the URL.

Open the application:

twitterrific://
twitterrific://current

Open the application with the selected view:

twitterrific:///tweets
twitterrific:///mentions
twitterrific:///messages
twitterrific:///favorites
twitterrific:///search?q=escapedString
twitterrific:///tweet?id=12345
twitterrific:///message?id=12345


twitterrific://current/tweets
twitterrific://current/mentions
twitterrific://current/messages
twitterrific://current/favorites
twitterrific://current/search?q=escapedString
twitterrific://current/tweet?id=12345
twitterrific://current/message?id=12345

Open the application and begin composing message:

twitterrific:///post?message=escapedString
twitterrific://current/post?message=escapedString

Open the application and display a profile for @Iconfactory:

twitterrific:///profile?screen_name=Iconfactory
twitterrific://current/profile?screen_name=Iconfactory

Selected account

The specified account will be used to perform the operations specified in the URL. If the "screen_name" doesn't appear in the account list, the current account will be substituted.

Open the application:

twitterrific://account/screen_name

Open the application with the selected view:

twitterrific://account/screen_name/tweets
twitterrific://account/screen_name/mentions
twitterrific://account/screen_name/messages
twitterrific://account/screen_name/favorites
twitterrific://account/screen_name/search?q=escapedString
twitterrific://account/screen_name/tweet?id=12345
twitterrific://account/screen_name/message?id=12345

Open the application and begin composing message:

twitterrific://account/screen_name/post?message=escapedString

Open the application and display a profile for @Iconfactory:

twitterrific://account/screen_name/profile?screen_name=Iconfactory