Skip to content

Commit 08c8681

Browse files
committedJun 17, 2013
Merge pull request #3 from quicksilver/pjr
Twitter API v1.1
2 parents 16ede0a + 394ca19 commit 08c8681

File tree

148 files changed

+31629
-3021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+31629
-3021
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "OAuth"]
2+
path = OAuth
3+
url = git://github.com/nxtbgthng/OAuth2Client.git

‎Documentation.mdown

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### Twitter Plugin
2+
3+
Enables posting of tweets, messages and direct messages to Twitter from within Quicksilver
4+
5+
#### Setup
6+
7+
**Twitter Login**
8+
9+
In order to post tweets from Quicksilver, you must authenticate Quicksilver with your Twitter account. Do this by going to the [Twitter plugin preferences](qs://preferences#QSTwitterPrefPane) and clicking the 'Sign In' button.
10+
Your Twitter login details are stored securely in OS X's Keychain.app for access across computer and app relaunches. You can remove the login details at any time by clicking the 'Sign Out' button in the Twitter preference pane.
11+
12+
**Twitter Contacts**
13+
14+
Some actions require a contact to send a direct message/message to. These actions accept both text (e.g. in the form '@Twitter') or a contact from your Address Book (requires the Contacts plugin). In order to use contacts directly, you must ensure that your contacts have their Twitter username field set in Address Book.app / Contacts.app
15+
16+
#### Actions
17+
18+
**Send Tweet**
19+
20+
The 'Tweet' action takes text in Quicksilver's 1st pane and posts a tweet directly to Twitter
21+
22+
**Send Tweet… / Send Tweet To…**
23+
24+
Use the 'Tweet…' action to send a contact selected in Quicksilver's 1st pane (either a contact from your Contacts list or a username entered as text) the text entered in Quicksilver's 3rd pane. The 'Send Tweet To…' action works in reverse, taking text in Quicksilver's 1st pane and a contact in Quicksilver's 3rd pane.
25+
26+
**Send Direct Message… / Send Direct Message To…**
27+
28+
'Send Direct Message…' can be used to send a contact (selected in Quicksilver's 1st pane) a direct message entered as text in Quicksilver's 3rd pane. The 'Send Direct Message To…' action works in reverse.

0 commit comments

Comments
 (0)
Please sign in to comment.