This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Nokia Auth

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 and application token.
  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.

Screenshots

  • WP Nokia Auth Settings And Options: Clean Installation
  • WP Nokia Auth Settings And Options: Configured Installation

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. Configure your credentials; 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. Enter your registered Nokia Location API application ID and token; from the Dashboard, navigate to the Settings / WP Nokia Auth page or click on the “Settings” link from the Plugins page on the Dashboard.
  6. Click on the “Save Changes” button to preserve your chosen settings and options.

FAQ

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. 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. Go to the WP Nokia Auth home page for 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 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt for the full license terms.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Nokia Auth” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Nokia Auth” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

The current version is 1.0.1 (2012.04.19)

1.0.1

Summary: Minor fixes to PHP base class. Fixed: An issue with an old version of WP_PluginBase, the PHP class which WP Nokia Auth extends.

1.0

  • First version of WP Nokia Auth released