webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Changing to works properly PHP 5.3 > #112

Closed krolow closed 11 years ago

krolow commented 11 years ago

I was using the plugin in PHP 5.4 and the callbacks seems to not be working the reason was because the check is_callable, so i changed it to method_exists and it should work properly with the new versions of PHP

That issue was also mentioned in the issues #99

webtechnick commented 11 years ago

Thank you for your contribution. Much appreciated.