For Developers
Environment
https://miafotoit.serversicuro.it/iPhone/php/environment.php?email=$email&passwd=$password&Latitude=$latitude&Longitude=$longitude&viewStep=$viewstep&device=iPhone
where:
$email=optional email of the user to also show private messages
$password=compulsory user password, if private messages must be shown
$latitude=latitude of the point from where to look for nearby tags
$longitude=longitude of the point from where to look for nearby tags
$viewStep=maximum distance of the tags to be shown
Canvas
https://miafotoit.serversicuro.it/iPhone/php/personalGraffiti.php?email=$email&passwd=$password&latitude= $latitude&longitude=$longitude&device=iPhone
where:
$email=email of the user whom to show the personal tags of
$password=compulsory user password
$latitude=latitude of the point from where to calculate the distance of the tags
$longitude=longitude of the point from where to calculate the distance of the tags
https://miafotoit.serversicuro.it/iPhone/php/environment.php?email=$email&passwd=$password&Latitude=$latitude&Longitude=$longitude&viewStep=$viewstep&device=iPhone
where:
$email=optional email of the user to also show private messages
$password=compulsory user password, if private messages must be shown
$latitude=latitude of the point from where to look for nearby tags
$longitude=longitude of the point from where to look for nearby tags
$viewStep=maximum distance of the tags to be shown
Canvas
https://miafotoit.serversicuro.it/iPhone/php/personalGraffiti.php?email=$email&passwd=$password&latitude= $latitude&longitude=$longitude&device=iPhone
where:
$email=email of the user whom to show the personal tags of
$password=compulsory user password
$latitude=latitude of the point from where to calculate the distance of the tags
$longitude=longitude of the point from where to calculate the distance of the tags
Single-Sign-On
All these commands will have as output Done in case of success and _error_type_ otherwize.
Login and registration
https://miafotoit.serversicuro.it/iPhone/php/insertUser.php?email=$email&name=$name
where:
$email=email to use for login, if the user is already registered on whichever service based on the single signon service, or registration otherwise
$password=compulsory user password that will be stored in a crypted format and associated to the email address
$name=name of the user being used in a number of communications>
Lost password
https://miafotoit.serversicuro.it/iPhone/php/recoverPasswd.php?email=$email
where:
$email=email to request a new password from. The actual modification of the password is only done upon the user’s clicking of a url she will receive by email
Mail, name or password change
https://miafotoit.serversicuro.it/iPhone/php/changePasswd.php?oldEmail=$oldEmail&oldPasswd=$oldPasswd&newEmail=$newEmail&newPasswd=$newPasswd&newName=$newName
where:
$oldEmail=email actually registered
$oldPassword=password to change, this two paramters must fit in order to continue the operation
$newEmail=new email address. The actual modification of the password is only done upon the user’s clicking of a url she will receive at her new email address>
$newPassword=new password
$newName=name of the user being used in a number of communications
Important: it is the programmer’s task to submit among the ‘new’ fields, along with the new values, the old values that were not changed.
User’s deletion
https://miafotoit.serversicuro.it/iPhone/php/deleteUser.php?email=$email&passwd=$passwd
where:
$email=email to be deleted
$oldPassword=compulsory password
$newEmail=new email address.
In order to keep references to any tasks the user might have done, this action only produces the inactivation of the user. The login will receive a specific error in the login/registration phase.
Inactive logins will be removed from time to time so try and be prompt in the fixing of any ensuing dangling references.
Login and registration
https://miafotoit.serversicuro.it/iPhone/php/insertUser.php?email=$email&name=$name
where:
$email=email to use for login, if the user is already registered on whichever service based on the single signon service, or registration otherwise
$password=compulsory user password that will be stored in a crypted format and associated to the email address
$name=name of the user being used in a number of communications>
Lost password
https://miafotoit.serversicuro.it/iPhone/php/recoverPasswd.php?email=$email
where:
$email=email to request a new password from. The actual modification of the password is only done upon the user’s clicking of a url she will receive by email
Mail, name or password change
https://miafotoit.serversicuro.it/iPhone/php/changePasswd.php?oldEmail=$oldEmail&oldPasswd=$oldPasswd&newEmail=$newEmail&newPasswd=$newPasswd&newName=$newName
where:
$oldEmail=email actually registered
$oldPassword=password to change, this two paramters must fit in order to continue the operation
$newEmail=new email address. The actual modification of the password is only done upon the user’s clicking of a url she will receive at her new email address>
$newPassword=new password
$newName=name of the user being used in a number of communications
Important: it is the programmer’s task to submit among the ‘new’ fields, along with the new values, the old values that were not changed.
User’s deletion
https://miafotoit.serversicuro.it/iPhone/php/deleteUser.php?email=$email&passwd=$passwd
where:
$email=email to be deleted
$oldPassword=compulsory password
$newEmail=new email address.
In order to keep references to any tasks the user might have done, this action only produces the inactivation of the user. The login will receive a specific error in the login/registration phase.
Inactive logins will be removed from time to time so try and be prompt in the fixing of any ensuing dangling references.