parent
c5d37edf53
commit
b21d248104
@ -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
|
||||
|
@ -0,0 +1,3 @@
|
||||
{{include file="field_input.tpl" field=$consumer_key}}
|
||||
{{include file="field_input.tpl" field=$consumer_secret}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
Loading…
Reference in new issue