What's Changed?

WP Nokia Auth v1.0 is now on GitHub.

Plugin Overview

Easily manage your Nokia Location API credentials across all themes and plugins on a site.

Description

This plugin allows you to manage your registered Nokia Location API credentials in a single place and, via a supplied PHP helper class, easily use them across all themes and plugins that use Nokia Location APIs on a WordPress site. Settings and options include:
  1. Managing and maintaining your registered application ID, application token and application secret.
  2. Sample code incorporating your authentication tokens ready for copying and pasting into your code.
  3. A PHP helper class, WPNokiaAuthHelper to allow you to easily gain access to the code you need to authenticate with the Nokia Location APIs and incorporate this into the PHP and/or JavaScript code for your WordPress theme or plugin.

Installation

  1. You can install WP Nokia Auth automatically from the WordPress admin panel. From the Dashboard, navigate to the Plugins / Add New page and search for "WP Nokia Auth" and click on the "Install Now" link.
  2. Or you can install WP Nokia Auth manually. Download the plugin Zip archive and uncompress it. Copy or upload the wp-nokia-auth folder to the wp-content/plugins folder on your web server.
  3. Activate the plugin. From the Dashboard, navigate to Plugins and click on the "Activate" link under the entry for WP Nokia Auth.
  4. Enter your registered Nokia Location API application ID, token and secret; from the Dashboard, navigate to the Settings / WP Nokia Auth page or click on the "Settings" link from the Plugins page on the Dashboard.
  5. Click on the "Save Changes" button to preserve your chosen settings and options.

Screenshots

Clean Installation

Configured Installation

Frequently Asked Questions

How do I get help or support for this plugin?

In short, very easily. But before you read any further, take a look at [Asking For WordPress Plugin Help And Support Without Tears before firing off a question. In order of preference, you can ask a question on the WordPress support forum; this is by far the best way so that other users can follow the conversation. You can ask me a question on Twitter; I'm @vicchi(https://twitter.com/vicchi). Or you can drop me an email instead. I can't promise to answer your question but I do promise to answer and do my best to help.

Is there a web site for this plugin?

Absolutely, it's the page you're reading,  the WP Nokia Auth home page which always contains the latest information. There's also the official WordPress plugin repository page and the source for the plugin is on GitHub as well.

Nokia Maps? Really?

Yes. Really. At the time of writing (April 2012) 196 countries, 75M Places, 2.4M map changes a day. That sort of really. All available through a set of developer friendly APIs.

OK. Nokia Maps. I get it. But why register?

The Nokia Location APIs work if you don't register. But they work even better and you can do even more if you do register. Take transactional limits. Unregistered users of the Location APIs get 1 million transactions over a lifetime. 1 million sounds a lot but it soon mounts up. Registered users get 2 million transactions. Per month. Plus a whole lot more.

Why are you so pro Nokia Maps?

A disclaimer is in order. I work for Nokia's Location & Commerce group, that produces Nokia Maps. I see what goes into the map and what gets displayed. I'm very pro Nokia Maps for just this reason.

I want to amend/hack/augment this plugin; can I do the same?

Totally; this plugin is licensed under the GNU General Public License v2 (GPLV2). See https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt for the full license terms.

Download WP Nokia Auth

You can download the latest version of WP Nokia Auth from the following sources.

What's Changed?

The current version is 1.0 (2012.04.12)

v1.0

  • First version of WP Nokia Auth released