There is a hard limit of 10 callback URLs in the Twitter Apps dashboard.Can I configure regular expressions in the Twitter callback address?
1 Like
You can’t - but you probably only need 1 url anyway.
You can pass any extra parameters during authentication - not in the app config url itself, see Callback URLs | Docs | Twitter Developer Platform
Twitter will allow you to pass any standard query strings along with your callback URL in your oauth/request_token request.
You can add whatever extra parameters you want and parse them however you like on your end.
3 Likes
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.