Using Facebook From Command Line Interface adds the advantage to minimalistic text only mode with faster loading mode. You can test it on your computer too. We will show this guide for Using Facebook From Command Line Interface with OS X 10.8, it will definitely work for Linux and with GNU packages on Windows PC.
Using Facebook From Command Line Interface : Initial Setup For Command Line
For Windows PC, you will need to install the proper packages for emulation for using Facebook From Command Line Interface. If you follow this guide (and the links inside) Colored Text with Syntax Highlighting Translucent Console for Windows, you will be able to use Windows PC in UNIX Like way. For Apple Mac with OS X 10.8, you will need to fix the ‘normal’ terminal setup, we are using iTerm2 on OS X 10.8 like we wrote in this guide.
For Linux there is no need to do anything except if you want to customize the look. Basically we will need CLI version of php5 and curl running.
---
Using Facebook From Command Line Interface : Steps
If you do not have PHP5 and curl installed, install it. With which command actually you can check the situation :

Basically the repository needed for using Facebook From Command Line Interface is here :
1 | https://github.com/dtompkins/fbcmd |
You can check the version of PHP by this command :
1 | php -r "echo phpversion();" |
If you follow our previous guides, iTerm2 will give no pain :
wget it or curl the needed php file :
1 | wget https://raw.github.com/dtompkins/fbcmd/master/fbcmd_update.php |
or curl if you do not have wget installed (for Mac users, curl will always be there, you can add wget if you want) :
1 | curl -O https://raw.github.com/dtompkins/fbcmd/master/fbcmd_update.php |

Run this command now :
1 | php fbcmd_update.php |
You will get a beautiful (in terms of CLI !) screen and execute it :
1 | php fbcmd_update.php install |

Using Facebook From Command Line Interface : Initial Tests and Authorization
These are initial tests to check :
1 | fbcmd |
Mac OS X will try to add a dot. Do not allow. Type n and hit Enter.
Go to this webpage while signed in on Facebook :
1 | https://apps.facebook.com/cmdline/ |
Go to this page to generate the Authorization code :
1 | http://www.facebook.com/code_gen.php?v=1.0&api_key=42463270450 |
Change Your_Code to real and run :
1 | fbcmd auth Your_Code |
Last step is :
1 | fbcmd addperm |
You can now start using Facebook From Command Line Interface. All commands are here :
1 | fbcmd HELP |
