If I try to use the following Redirect URI in my Constant Contact Application: http://joomla.box/main/administrator/index.php* And then set the following Redirect URI in my application for the authentication process: http://joomla.box/main/administrator/index.php?option=myoption&task=mytask&view=myview Then I get redirected to the following URL after the authentication has been successful: http://joomla.box/main/administrator/index.php?option=myoption&code=AUTH_CODE Why does it use the first $_GET argument and not the others as well? How can I make it use my redirect URL and then pass the authentication code?
... View more