Our application is based on resources (i.e. components on a page) and the callback URL is generated based on the page and the location of the component on the page. Currently the longest URL I have found is 188 characters - what is the reason for having a length restriction anyway?
Our next issue is the amount of callback URLs seems to be limited to 10. Imagine 3 applications (2 web, 1 mobile) using the same twitter API key in 4 languages, that’s 12 callback URLs. Even worse for our testing - DEV, SIT and UAT means 36 callback URLs for the 3 applications in 4 languages (or 3 API keys).
Should I create a new topic?