1

I have a Facebook tab application in which page should be redirected to other page only when user like. In previous version 3.2.3 SDK provides the status straight a way... But it was deprecated after November 2014.

My current server version is 5.3 but SDK4.4.0 supports only on PHP 5.4 or higher. But I can't upgrade my server due to some other reason.

So can anyone assist me to get like status on Facebook SDK, which can support in PHP 5.3?

Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
Anto S
  • 2,448
  • 6
  • 32
  • 50

2 Answers2

1

You could still use the deprecated (but working) facebookarchive/facebook-php-sdk with PHP 5.3 and fetch the /object/likes using it.

Community
  • 1
  • 1
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0

Later I understand that the like status has been deprecated since november 2014, we have another SDK 4.4.0 which provides easier options.

Thanks

Anto S
  • 2,448
  • 6
  • 32
  • 50