URL schemes can be used by other applications to communicate with Twitterrific. The following resources are supported:
The last account used in Twitterrific will be used to perform the operations specified in the URL.
twitterrific:// twitterrific://current
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
twitterrific:///post?message=escapedString twitterrific://current/post?message=escapedString
twitterrific:///profile?screen_name=Iconfactory twitterrific://current/profile?screen_name=Iconfactory
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.
twitterrific://account/screen_name
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
twitterrific://account/screen_name/post?message=escapedString
twitterrific://account/screen_name/profile?screen_name=Iconfactory