wzilla>
Logging in...
Click here if you aren't redirected
loading...
New feed(s) 0
#Message 0
{new*}
followers (0)
 
loading...
September 8, 2010
location
Developers
With the Wadja Developer API you can get a basic application (Flash Games, SMS apps and any other kind of app) up and running in minutes.

How to

Wadja application

Wadja Points

 
Get started

  1. Click “Create New Application”. Give your application a name, select language and upload your logo. You'll see some basic information about your application, including:
    Your API key: this key identifies your application to Wadja. You pass it with all your API calls. Your application secret: Wadja uses this key to authenticate the requests you make. As you can tell by its name, you should never share this key with anyone.
  2. Enter an application URL. This is the address where your application lives on your server, or the server where the application is being hosted.

    The query that we will be passed to this URL has the following syntax:
    ?token=&user&sig=
    token: Authentication token identifies the developer's app and must be used for all communications between wadja and an app.
    user: The user's credential that is currently connected to the App
    sig: Security signature-The security signature is the md5 hash of values of the request plus the app's secret key in its hexadecimal format. For example if the request is http://app url?token=123456789&user=333 and the secret key is HELLO, then the signature is the md5 hash of 123456789333HELLO in hexadecimal format = lkjewq908e901jek21je120eu120jlkj12e


  3. Enter a callback URL. Wadja pings this URL when a user requests to buy points using your App and sent back the result of the transaction.
  4. That's it! Your are ready to run your App.
In order to create a Wadja application, you should know or need the following:
- You need to have a basic understanding of the Internet
- You need to be familiar with Web hosting fundamentals and have a place to host your app.
- You should be well versed in any coding language.
Need Help or Have Questions? Check our Wadja Developer forum
My Applications