We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eb134 commit 9a2aaa7Copy full SHA for 9a2aaa7
2 files changed
lib/Block/TwitterTimeline.php
@@ -11,6 +11,10 @@
11
* @author Ben Klang <ben@alkaloid.net>
12
* @author Michael J Rubinsky <mrubinsk@horde.org>
13
* @package Horde
14
+ *
15
+ * @deprecated Uses the defunct Twitter V1 API via OAuth 1.0a. A replacement
16
+ * based on Horde\Service\Twitter\V2 (PSR-18) and Horde OAuth2
17
+ * is needed.
18
*/
19
20
use Horde\Support\Randomid;
services/twitter/index.php
@@ -12,6 +12,10 @@
* @category Horde
* @license http://www.horde.org/licenses/lgpl LGPL-2
+ * @deprecated This OAuth 1.0a callback targets the defunct Twitter V1 API.
+ * A replacement based on Horde\Service\Twitter\V2 (PSR-18) and
+ * Horde OAuth2 is needed.
21
use Horde\Util\Util;
0 commit comments