|
Get started
- 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.
- 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
- 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.
- 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
|
|