Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr"

This commit is contained in:
Michael Vogel 2018-01-28 23:47:32 +01:00 committed by GitHub
parent e38867c195
commit e090ee2990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1226 additions and 2400 deletions

View file

@ -7,7 +7,8 @@
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
*/
require_once __DIR__ . DIRECTORY_SEPARATOR . 'library' . DIRECTORY_SEPARATOR . 'tumblroauth.php';
require_once 'library/OAuth1.php';
require_once 'addon/tumblr/tumblroauth/tumblroauth.php';
use Friendica\Content\Text\BBCode;
use Friendica\Core\Addon;