Anyone know how I can implement Facebook login for PHP version 5.3. Since the PHP Facebook SDK version only supports PHP 5.4.
How I can implement this as we can't just change our project php version to PHP 5.4 as it may cause the breaking of the system.
I found the below link for php 5.3 version support facebook sdk but it didn't work for me as it through the following error:
Fatal error: Uncaught OAuthException: (#803) Cannot query users by their username (james) thrown in /code/test/mywebsite/public/fb_login/Facebook/base_facebook.php on line 1325 E_ERROR Error in file »base_facebook.php« at line 1325: Uncaught OAuthException: (#803) Cannot query users by their username (james) thrown
The following is the link for php 5.3 facebook php sdk: facebook archive
Thanks.