Description
In Android WebView, trying to implement a third party app authentication for users. My request url is
Note: the parameter values are replaced with fake values for the purpose of this question
it has all the values client_id, response_type, redirect_uri, state and scope. Just like in the API description
It opens the sign in page, it lets them sign in and shows them allow/deny page but when users hit the "Allow" button
it show show them "hiq://authorized.com?error=redirect_url_mismatch&error_description=The+redirect+URI+provided+is+missing+or+does+not+match&error_uri=http..."
I have the same redirect URI in my request and the Tumblr Apps Console which
Default callback URL:hik://authorized.com
OAuth2 redirect URLs (space separate):hik://authorized.com
I am doing exactly like in the documentation but no luck so far
Activity