If you have any question left, please drop a note with the discussion link of this page.

Step 1 - Connect your application or site with zanox

From Wiki.zanox.com

Jump to: navigation, search

The implementation of zanox Connect involves just adding a few snippets of code to your application or site.

  1. If you don't already have a zanox Application Store Application ID for your application or site, create it.
    1. Go to the zanox Application Store to create a new zanox Application Store Application.
    2. Go under My Activities / My Applications and accept the Developer Terms of Service.
    3. Create a new application.
    4. Enter a name for your application in the Application field.
  1. If you have already a zanox Application Store Application ID for your application or site, edit the application.
  2. In both cases you are now ready to start
    1. Click on the tab zanox keys.
    2. Take note of all the keys, you'll need them shortly.
    3. Insert your callback URL. The callback URL is the URL of your landing page where the users that bought the application will be redirected to. The users once authenticated will be redirecetd to this link and you will be provided with the authtoken parameter. NOTE: If your site is going to implement zanox Connect across a number of subdomains of your site (e.g., car.example.com and bar.example.com), you need to enter a Base Domain (which would be example.com in this case). Specifying a base domain allows you to make calls using the PHP and JavaScript client libraries as well as get and store session information for any subdomain of the base domain.
    4. Click Save Changes.
  3. Go to your application or site landing page and insert the link to the zanox Connect code:

http://auth.zanox-affiliate.de/login?appid=YOUR_APPLICATION_ID where YOUR_APPLICATION_ID is … your application ID.

Please note that you can add as many parameters to the call in order to pass zanox for example a session or any data in this call.

Example: http://auth.zanox-affiliate.de/login?appid=YOUR_APPLICATION_ID&sessionkey=93b32972&lang=zh&curr=USD

These parameters will be forwarded to your callback URL.

Personal tools