Differences between revisions 8 and 9
Revision 8 as of 2015-01-27 23:58:05
Size: 1211
Editor: dx
Comment:
Revision 9 as of 2015-01-28 04:47:58
Size: 1161
Editor: dx
Comment: clean this up a bit
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
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. !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 5: Line 5:
'''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 [[http://status.net/wiki/API_discovery#Finding_the_API_root|StatusNet API Discovery]]. '''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 [[http://skilledtests.com/wiki/API_discovery#Finding_the_API_root|StatusNet API Discovery]].
Line 7: Line 7:
To use your StatusNet account in BitlBee do as follow. To use your !StatusNet account in !BitlBee do as follow.
Line 12: Line 12:
<nick> account list
<root> 0 (identica): identica, <handle>
<root> End of account list
<nick> account 0 set oauth false
<nick> account identica set oauth false
Line 17: Line 14:
<nick> account 0 set base_url 'https://example.com/api/' <nick> account identica set base_url 'https://example.com/api/'
Line 19: Line 16:
<nick> account 0 set password <MyTopSecretPassword> <nick> account identica set password <MyTopSecretPassword>
Line 21: Line 18:
<nick> account 0 on <nick> account identica on

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)