Creating a Yahoo Application

“Social Network Integrations” Documentation by “WPWeb”

To get a Yahoo App detail, go and visit: https://developer.yahoo.com/apps/.

You need to be logged in to your Yahoo account to be able to get yahoo consumer key and secret key. So first, login to your Yahoo account and then follow the link above to get to their developer page. Click on “Create an App” button. This should look similar to the one shown in the image below:

Yh app list

After you click on Create an App. You will be redirected to create Application page. Fill all the required data and click on “Create App” button. The screen will look similar to the image shown below.

yahoo create project

When you create a new application then select Application Type as a Web Application.

You must need to enter redirect URL. You can get redirect URL from the Yahoo tab of the plugin settings.

Underneath the Permissions choose Relationship (Social Directory), and in Relationship (Social Directory) choose option “Read/Write”. Also, enable OpenID Connect Permission and select Email & Profile both and then click on Create App.

Note: When you enter the URL of your website in to the “Home Page URL” field, make sure that it does match the URL of your website 100%. This means, if you go to your website and then check the URL in the browser and the URL does look like http://www.domain.com then you need to enter the exact same URL. If your website URL is http://domain.com then you need to enter it that way, without using the www at the front of the name.

After creation of application you will redirect to Application detail page. See Image Below:

yahoo API Key

Now, Copy the Yahoo Consumer Key and Consumer Secret in to the Yahoo App settings within the Plugin settings page. See image below:

Yahoo plugin settings

Important: When you copy and paste all the needed IDs and Keys, make sure, that you don’t have any empty spaces, either at the beginning nor at the end of these entries. If you have any empty spaces, then the Application won’t work and will show an error message when you try to connect to the App.

After you entered the Yahoo Consumer Key and Consumer Secret, click on the “Save Changes” button within the plugin’s settings page.