mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Some notices had been removed / expiring of item related tables in twitter (#643)
* Some notices had been removed / expiring of item related tables in twitter * Some more ...
This commit is contained in:
parent
abd52dbadd
commit
e74ccf35c9
6 changed files with 45 additions and 16 deletions
|
@ -271,6 +271,7 @@ function buffer_send(App $a, &$b)
|
|||
$client_id = Config::get("buffer", "client_id");
|
||||
$client_secret = Config::get("buffer", "client_secret");
|
||||
$access_token = PConfig::get($b['uid'], "buffer","access_token");
|
||||
$callback_url = "";
|
||||
|
||||
if ($access_token) {
|
||||
$buffer = new BufferApp($client_id, $client_secret, $callback_url, $access_token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue