You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using hybrid authorization in android client, where there is no concept of providing redirect_uri in client side.
{
"error": "redirect_uri_mismatch",
"error_description": "Bad Request"
}
SO, I am constantly getting the above error. Please help me to resolve the issue.