About
This section is not finished please visit: http://code.google.com/p/pushdroid/
To view the source from a sample application for usage, visit: http://pushdroid.googlecode.com/svn/trunk/SamplePushApplication/
To call API fetch the URL:
http://pushdroid.org/services/api.php?cmd=api&privatekey={PRIVATE KEY}&deviceid={DEVICE ID}&message={MESSAGE}&pid={INTENT ID}=1&format=json
Where:
- {PRIVATE KEY} = Your private key shown when loged in
- {DEVICE ID} = The phone id that should receive the notification, shown in your application
- {MESSAGE} = The message the phone will receive
- {INTENT ID} = The ID of your custom intent, shown under INTENT in main menu