Can I pass query parameters to the callback redirect URL in google ouath calendar api project setting? -
for oauth setting our google calendar project , "redirect uris" given http://foo.com/calendar/callback
it possible when callback called need information passed in callback.
for planned pass in key value param callback in hope returned when callback invoked.
so when initiating oauth process, example set redirect url http://foo.com/calendar/callback?server_id=180
this not working . can suggest alternative approach ?
seems no. create redirect cookie, send browser oauth, in callback method gets redirect cookie , make redirect page.
Comments
Post a Comment