For the OAUTH setting for our google calendar project , the "REDIRECT URIS" is given as http://foo.com/calendar/callback
It is possible that when this callback is called we need some extra information passed in the callback.
For this what I planned was to pass in a key value param to the callback in the hope that it will be returned when the callback is invoked.
So when initiating the OAUTH process, for example set the redirect url as http://foo.com/calendar/callback?server_id=180
This is not working . Can anyone suggest an alternative approach ?