Differences between revisions 4 and 10 (spanning 6 versions)
Revision 4 as of 2012-01-14 23:11:21
Size: 709
Editor: Wilmer
Comment:
Revision 10 as of 2017-06-18 16:04:56
Size: 1171
Editor: lh28409
Comment: updated the API discovery URL to a working one (although it's a bit rough according to dx)
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
!BitlBee has support for identi.ca, an open source social networking and micro-blogging service based on the !OpenMicroBlogging specification. It uses the same protocol as twitter, but defaults to a base_url pointing at identi.ca, and with OAuth disabled. ## page was renamed from HowtoIdentica
= How to StatusNet =
!BitlBee has support for !StatusNet, an open source social networking and micro-blogging Software based on the !OpenMicroBlogging specification. It uses the same protocol as twitter, but defaults to a base_url pointing at an Identi.ca, and with OAuth disabled.
Line 3: Line 5:
To use your identi.ca account in !BitlBee: '''Note''': since new Identi.ca doesn't support !StatusNet API, you should change the API base_url to your active !StatusNet instance. if you don't know what is your base_url address, follow [[https://wiki.gnusocial.de/en:gnusocial:api:discovery#finding_the_api_root|StatusNet API Discovery]].
Line 5: Line 7:
{{{#!irc
11:45:03 <wilmer> account add identica <handle> [<password>]
11:45:03 <root> Account successfully added
11:45:06 <wilmer> account on
11:45:06 <root> Trying to get all accounts connected...
11:45:06 <root> identica - Logging in: Connecting
To use your !StatusNet account in !BitlBee do as follow.

{{{
<nick> account add identica <handle> [<password>]
<root> Account successfully added
<nick> account identica set oauth false
<root> oauth = `false'
<nick> account identica set base_url 'https://example.com/api/'
<root> base_url = `https://example.com/api/'
<nick> account identica set password <MyTopSecretPassword>
<root> Setting changed successfully
<nick> account identica on
<root> Trying to get all accounts connected...
<root> identica - Logging in: Connecting
Line 12: Line 22:

From version 3.0.5 and higher, OAuth for identi.ca will also be supported so connecting to identi.ca will be just like connecting to Twitter.

How to StatusNet

BitlBee has support for StatusNet, an open source social networking and micro-blogging Software based on the OpenMicroBlogging specification. It uses the same protocol as twitter, but defaults to a base_url pointing at an Identi.ca, and with OAuth disabled.

Note: since new Identi.ca doesn't support StatusNet API, you should change the API base_url to your active StatusNet instance. if you don't know what is your base_url address, follow StatusNet API Discovery.

To use your StatusNet account in BitlBee do as follow.

<nick> account add identica <handle> [<password>]
<root> Account successfully added
<nick> account identica set oauth false
<root> oauth = `false'
<nick> account identica set base_url 'https://example.com/api/'
<root> base_url = `https://example.com/api/'
<nick> account identica set password <MyTopSecretPassword>
<root> Setting changed successfully
<nick> account identica on
<root> Trying to get all accounts connected...
<root> identica - Logging in: Connecting

BitlBee Wiki: HowtoStatusNet (last edited 2017-06-19 16:49:00 by chulak)