Changeset 8eb0b76


Ignore:
Timestamp:
2010-07-04T17:25:05Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00540d4
Parents:
c351434
Message:

Document the base_url setting (for using other Twitter API services).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rc351434 r8eb0b76  
    484484        </bitlbee-setting>
    485485
     486        <bitlbee-setting name="base_url" type="string" scope="account">
     487                <default>http://twitter.com</default>
     488
     489                <description>
     490                        <para>
     491                                There are more services that understand the Twitter API than just Twitter.com. BitlBee can connect to all Twitter API implementations.
     492                        </para>
     493
     494                        <para>
     495                                For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca.
     496                        </para>
     497
     498                        <para>
     499                                Keep two things in mind: When not using Twitter, you <emphasis>must</emphasis> also disable the <emphasis>oauth</emphasis> setting as it currently only works with Twitter. If you're still having issues, make sure there is <emphasis>no</emphasis> slash at the end of the URL you enter here.
     500                        </para>
     501                </description>
     502        </bitlbee-setting>
     503
    486504        <bitlbee-setting name="buddy_sendbuffer" type="boolean" scope="global">
    487505                <default>false</default>
Note: See TracChangeset for help on using the changeset viewer.