mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
Replace token for Twitter. (#3522)
This commit is contained in:
parent
6c0e186d3f
commit
b3bf95bfdd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class TwitterClient
|
|||
public function __construct(CacheInterface $cache)
|
||||
{
|
||||
$this->cache = $cache;
|
||||
$this->authorization = 'AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA';
|
||||
$this->authorization = 'AAAAAAAAAAAAAAAAAAAAAGHtAgAAAAAA%2Bx7ILXNILCqkSGIzy6faIHZ9s3Q%3DQy97w6SIrzE7lQwPJEYQBsArEE2fC25caFwRBvAGi456G09vGR';
|
||||
$this->data = $cache->loadData() ?? [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue