k2xl / auramap

Automatically exported from code.google.com/p/auramap
0 stars 0 forks source link

Create service sendNudge.php #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Accepts (besides username and password):

- target: phone number wished to nudge

* Nudges expire after 24 hours or after a user receives a nudge
* A user can only nudge 5 people per hour

returns:
MAX_NUDGES_REACHED
SUCCESS
PARAMETER_ERROR
SERVER_ERROR

Nudge table will contain

user_id - [int]
target_number - [varchar]
timestamp - [int]
expired [0 or 1]

Original issue reported on code.google.com by K2xL....@gmail.com on 24 Aug 2009 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by K2xL....@gmail.com on 30 Aug 2009 at 7:30