Changeset 79ec314
- Timestamp:
- 2011-02-24T19:20:54Z (14 years ago)
- Branches:
- master
- Children:
- 8e3890b
- Parents:
- fd73022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
rfd73022 r79ec314 73 73 <description> 74 74 <para> 75 This module gives you simple access to Twitter . Although it uses the Twitter API, only Twitter itself is supported at the moment.75 This module gives you simple access to Twitter and Twitter API compatible services. 76 76 </para> 77 77 … … 87 87 Since Twitter now requires OAuth authentication, you should not enter your Twitter password into BitlBee. Just type a bogus password. The first time you log in, BitlBee will start OAuth authentication. (See <emphasis>help set oauth</emphasis>.) 88 88 </para> 89 90 <para> 91 To use a non-Twitter service, change the <emphasis>base_url</emphasis> setting. For identi.ca, you can simply use <emphasis>account add identica</emphasis>. 92 </para> 93 </description> 94 </bitlbee-command> 95 96 <bitlbee-command name="identica"> 97 <syntax>account add identica <handle> [<password>]</syntax> 98 99 <description> 100 <para> 101 Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca, and with OAuth disabled. 102 </para> 89 103 </description> 90 104 </bitlbee-command>
Note: See TracChangeset
for help on using the changeset viewer.