diff options
author | dequis <dx@dxzone.com.ar> | 2015-09-11 23:04:23 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-09-11 23:04:23 -0300 |
commit | eb71ccbeda290c0ef4c624a8c271476342f69fe5 (patch) | |
tree | 97b50ba508d65ec1d0152a1056f73c5d663bc25a | |
parent | 9afb0a274d51d148167847fddb9c2d7009e150a0 (diff) | |
download | bitlbee-facebook-eb71ccbeda290c0ef4c624a8c271476342f69fe5.tar.gz bitlbee-facebook-eb71ccbeda290c0ef4c624a8c271476342f69fe5.tar.bz2 bitlbee-facebook-eb71ccbeda290c0ef4c624a8c271476342f69fe5.tar.xz |
README: link to wiki for usage instructions, mention apt repo
And fix s/--libdir/--with-plugindir/
-rw-r--r-- | README | 43 |
1 files changed, 14 insertions, 29 deletions
@@ -1,7 +1,19 @@ The Facebook protocol plugin for bitlbee. This plugin uses the Facebook Mobile API. -## Building and Installing +## Usage + +General usage instructions are available in the bitlbee wiki: + +https://wiki.bitlbee.org/HowtoFacebookMQTT + +## Installing from APT repo + +An APT repo for several recent debian/ubuntu versions is available here: + +https://jgeboski.github.io/ + +## Building from source Make sure bitlbee and its headers have been installed. If bitlbee came from the distribution's repository, it will most likely need the @@ -28,37 +40,10 @@ Or with a "local" bitlbee installation (location: $HOME/bitlbee): $ export BITLBEE_CFLAGS="-I$HOME/bitlbee/include/bitlbee" $ export BITLBEE_LIBS="" - $ ./autogen.sh --libdir=$HOME/bitlbee/lib + $ ./autogen.sh --with-plugindir=$HOME/bitlbee/lib $ make $ make install -## Usage - -Before continuing, please note, it is recommended that you use an app -password for your Facebook account. Not only is this more secure than -leaving your password within bitlbee, but it allows the usage of two -factor authentication methods. An app password can be generated via -the security page on the Facebook website. - -Getting started: - - > account add facebook <username> <password> - > account <acc> on - -Group Chats (existing chat): - - > fbchats [acc] - > fbjoin [acc] <index> <channel> - > /topic <message> - > /invite <user> - -Group Chats (creating chat): - - > fbcreate [acc] <user,user,...> - > fbjoin [acc] 1 <channel> - > /topic <message> - > /invite <user> - ## Debugging One of the two supported environment variables can be defined to enable |