URL Schemes
- icebird://
- com.fabiankreiser.icebird.1.0://
- com.fabiankreiser.icebird.1.1://
- com.fabiankreiser.icebird.1.3://
URL Actions
/ - Open Icebird
- account: optional, account to show
- icebird://?account=fabiankr
/compose - Show the tweet composer view
- status: optional, message to fill in
- in_reply_to_status_id: optional, status id to reply to
- in_reply_to_text: optional, text to reply to (Version 1.3 or later)
- in_reply_to_screen_name: optional, screen name to reply to (Version 1.3 or later)
- account: optional, account to use
- icebird://compose?status=hello%20world&in_reply_to_status_id=12345678&in_reply_to_text=hello%20world&in_reply_to_screen_name=icebirdapp&account=fabiankr
/composemessage - Show the direct message composer view
- message: optional, message to fill in
- screen_name: optional, twitter username of the person to send the dm to
- in_reply_to_text: optional, text to reply to (Version 1.3 or later)
- account: optional, account to use
- icebird://composemessage?message=hello%20world&screen_name=Icebirdapp&in_reply_to_text=hello%20world&account=fabiankr
/timeline - Show the account's timeline
- account: optional, account to use
- icebird://timeline?account=fabiankr
/mentions - Show the account's mentions
- account: optional, account to use
- icebird://mentions?account=fabiankr
/messages - Show the account's messages
- account: optional, account to use
- icebird://messages?account=fabiankr
/status - Show a specific tweet
- status_id: required, twitter status id to show
- account: optional, account to use
- icebird://status?status_id=12345678&account=fabiankr
/user - Show a specific user
- screen_name: required, twitter username to show
- account: optional, account to use
- icebird://user?screen_name=icebirdapp&account=fabiankr
/list - Show a specific list
- screen_name: required, twitter username of the owner of the list to show
- list_name: required, name of the list to show
- account: optional, account to use
- icebird://list?screen_name=fabiankr&list_name=conversationlist&account=fabiankr
/search - Show the search view
- query: required, string to search for
- account: optional, account to use
- icebird://search?query=Icebird&account=fabiankr