mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
tumblr: Added admin page for API key
This commit is contained in:
parent
c5d37edf53
commit
b21d248104
3 changed files with 25 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
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:
|
||||
Register an application at this address:
|
||||
http://www.tumblr.com/oauth/apps
|
||||
|
||||
use (your server name)addon/tumblr/callback.php as callback URL
|
||||
|
||||
Tumblr-OAuth-Library:
|
||||
https://groups.google.com/d/msg/tumblr-api/g6SeIBWvsnE/gnWqT9jFSlEJ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue