What should I enter for Home Page URL and Callback Domain if I want to develop a web application that uses the Yahoo API locally. I can't get a secret and publishable key without this.
I'm not sure if asking this question is appropriate here, but any advice, guidance, etc. would be really appreciated. I'm fairly new to the web application development world.
I ran into issues with the Yahoo API using OAuth on my local development environment. I wanted to use http://localhost in the 'Home Page URL' and 'Callback Domain'. Yahoo wouldn't allow it.
Option 1
Since, Yahoo does not let you modify settings of the Apps you register with them, you need to create a new one. Try this:
Application Type
to Installed Application
instead of Web Application
.Home Page URL
and Callback Domain
will be optional. Set it or don't set it. I believe you can pass in the callback url Option 2
For Home Page URL
and/or Callback Domain
, I had some success using a TLD that points back to localhost. For instance http://lvh.me and all of it's sub-domains just point back to your computer (127.0.0.1).
Option 3
Alternately, try using IP address 127.0.0.1 instead for Home Page URL
and/or Callback Domain
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With