Param data not received on cancelling authorization

jaydeepmarvaniya17
When a user cancel the kite authorization the only payload a client app receive on redirection URL is "status: cancelled" but when status is successful the client app receive param as well. How to get the params on status cancelled?
  • sujith
    User will be redirected to the specified redirect url. You will have to read request token on that.
  • jaydeepmarvaniya17
    Yes user is able to redirected to URL but the params which we passed with request are not returning back when status is cancelled,

    but when status is successful the redirect params are sent back well.
  • sujith
    We will add it to APIs soon.
  • jaydeepmarvaniya17
    Thanks sujith, its much needed
Sign In or Register to comment.