facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.95k forks source link

PHP 8.1: Serializable interface is deprecated #1264

Open stanislav-janu opened 2 years ago

stanislav-janu commented 2 years ago

Error in PHP 8.1 Facebook\FacebookApp implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)