Hello,
I believe I am using 3-legged authentication yet at the end of the process, Yahoo is not redirecting to my callback url.
After I agree to allow sharing of yahoo info with my application, it goes to a page that displays a code for me to use with my application. Instead, I would like it to append that code onto a callback url that I have specified.
Below is an example call to Yahoo to start the allowing sharing process:
https://api.login.yahoo.com/oauth/v2/reques...rumb=yS8FMNsUdp.
As you can see, I am setting an Oauth_Callback query string with my own value. I am not using "oob" as is a common problem in other threads. Additionally, my project is registered under "http://mydomain.com" and I am not sure if a difference there would cause an issue. Does anyone have any ideas as to what might be happening? I am using ASP.NET MVC and have spent several hours working on this specific issue. Also, I have verified that my url is publicly accessible.