Welcome Developers!
It seems that I can't use a callback url with query params.
This gets called:
http://app.mysite.com/uninstall
This does not:
http://app.mysite.com/uninstall?extraData=1&moreData=2
Is there a way around this?