Yahoo OAuth2 Implicit Grant flow not working for new yahoo app
问题 I have existing web app and dedicated Yahoo App working. It uses OAuth2 Implicit Grant Flow Now I want to set up another domain working by same principle. I have created new Yahoo App with new callback domain Url used to get user consent (in both cases) is https://api.login.yahoo.com/oauth2/request_auth?client_id=consumer_key&redirect_uri=https://redir_url&response_type=token It is working for old domain and old Yahoo App (Consumer key ends in --) But it doesn't want to work with new domain