mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 01:22:54 +00:00
9 lines
302 B
Text
9 lines
302 B
Text
Define in your .htconfig.php:
|
|
$a->config['tumblr']['consumer_key'] = "your-consumer-key";
|
|
$a->config['tumblr']['consumer_secret'] = "your-consumer-secret";
|
|
|
|
You can get it here:
|
|
http://www.tumblr.com/oauth/apps
|
|
|
|
Tumblr-OAuth-Library:
|
|
https://groups.google.com/d/msg/tumblr-api/g6SeIBWvsnE/gnWqT9jFSlEJ
|