| 1 |
How to install the facebook_api module.
|
| 2 |
|
| 3 |
1) Get the PHP5 Facebook API client (http://developers.facebook.com/clientlibs/facebook-platform.tar.gz).
|
| 4 |
2) Extract
|
| 5 |
3) Copy the *contents* of the folder 'client' to the folder 'client' in the facebook_api module folder. There should be 3 files copied.
|
| 6 |
4) Signup for a developer account at http://www.facebook.com/developers/apps.php
|
| 7 |
5) Go to the developer app (left hand sidebar of your Facebook profile page)
|
| 8 |
6) Apply for a new API key.
|
| 9 |
7) Copy your API key and shared secret to the settings page for the Facebook API module (path: admin/settings/facebook_api).
|
| 10 |
8) The facebook client status should change 'OK' and the box should change from red to green.
|