mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
tumblr: Now works with oAuth
This commit is contained in:
parent
4d6f6327de
commit
13c97f1aaa
5 changed files with 1510 additions and 238 deletions
9
tumblr/README
Normal file
9
tumblr/README
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue