Facebook-php-sdk vs facebook-php-sdk-v4

I am using facebook-php-sdk v 3.0.0.

Checked that facebook-php-sdk-v4 has completely changed.

I have requirements for Register, Login and Exchange from this API.

My question is: What is more suitable for me? Do I need to upgrade to version 4.0.0?

1) facebook-php-sdk https://github.com/facebook/facebook-php-sdk

2) facebook-php-sdk-v4 https://github.com/facebook/facebook-php-sdk-v4

Please direct

Thanks Niko

+7
php facebook facebook-php-sdk
source share
1 answer

You must work with the latest version - 4.4 SDK PHP. This SDK is compatible with Facebook v2 APIs and methods. This new version of the SDK has been completely rebuilt.

The older SDK uses the v1.0 facebook API, which will be supported until April 30, 2015.

See here: Facebook platform for platform

+4
source share

All Articles