Tweetings registers the following protocol handlers
- Tweetings registers tweetings:
- Tweetings lite registers tweetingslite:
The examples below use ‘tweetings:’ as the protocol handler. All arguments must be URL-encoded unless otherwise specified.
/post
Brings up a new compose screen.
Example:
tweetings:///post?hello%20world
/mentions
Defaults to the Mentions tab.
Example:
tweetings:///mentions
Version 2.1.5+
/retweets
Defaults to the Retweets tab.
Example:
tweetings:///retweets
Version 2.1.5+
/directs
Defaults to the Direct Messages tab.
Example:
tweetings:///directs
Version 2.1.5+
/search
Defaults to the Search tab.
Parameters
- q – an url encoded search phrase (optional)
Example:
tweetings:///search?q=Hello+World
Version 2.1.5+
/user
Go directly to a user’s profile page.
Parameters
- screen_name – a url encoded Twitter screen name (required)
Example:
tweetings:///user?screen_name=tweetingsapp
Version 2.1.5+

