- Issue created by @Dmitrii_Zadorozhnyi
Under PHP 8.2, there is warning
Deprecated function: Creation of dynamic property sOAuthConsumer::$callback_url is deprecated in sOAuthConsumer->__construct()
in jquery_social_stream/jquery_social_stream.js.inc, line 560
Add #[AllowDynamicProperties] annotation to the sOAuthConsumer class
Active
2.0
Code
The issue particularly affects sites running on PHP version 8.2.0 or later.