Hello,
In the Facebook extension, there is this code line in FacebookHooks.php :
$title = $user->getSkin()->getTitle();
I have this error message when I upgrade MW 1.26 to 1.27 :
Fatal error: Call to undefined method User::getSkin() in ...
Someone would know the new method to use ?
Thank you