Skip to main content
Connect your AI agent to a user’s Tumblr blog to create and schedule new posts, reblog content, or review comments.

Connect Tumblr to Auth0

1

Set up app in Tumblr

  1. Sign up for a Tumblr Developer account
  2. Create a new application in the Tumblr Developer Console if you don’t have one already by select Or register a new application.
  3. You should be able to see your app in the list of applications
  4. Make sure to fill the Default callback URL and OAuth2 redirect URLs with your Tenant’s callback URL
    • Redirect URI: https://YOUR_AUTH0_DOMAIN/login/callback
    You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains.
  5. Note your OAuth consumer key and OAuth consumer secret
2

Auth0 setup

Token Vault configuration example

To configure the Token Vault for your Tumblr connection, you can use the following code snippet in your application:

Next steps