It was not quite easy. It was hard to make Picture uploading function along with the normal status update. Next I’m gonna implement twitter posting from Friendshood.
I’m gonna tell you how to post a status update in the following posts. Wait for it.
... [READ MORE]How to get Facebook PHP SDK and install it
Extract the folder src in the zip file to a folder named fbsdk in the home directory of your app.
Installation
There is no installation. You can run the functions in the file if you put this line at top of each file you run the SDK functions :
include(‘fbsdk/facebook.php’);
Facebook SDK requires the following to work properly :
- JSON PHP extension.
- CURL PHP extension.