Dynamic Callback URLs

In a blog where I’m working, we have an app that enables to the reader see the full content if is following the blog owner in twitter. This “gate” is in various posts.
The problem is that we need to specify each new blog Callback URL in the Twitter App Settings.
There is a way to do this dynamically?
Thanks!!!

You could do something like this by adding a query parameter with a unique value for each callback URL to your top-level domain. The query string should be readable by your callback dispatcher.

We have additional details about callback URLs in our documentation.