Returns 20 latest public messages written by any user in the desired format
URL:
http://www.155.la/api/messages/public.[format].[api_key]
Returns specified user's friends' messages in the desired format.
URL:
http://www.155.la/api/messages/friends/[user].[format].[api_key]
Returns all public messages of the specified user in the desired format.
URL:
http://www.155.la/api/messages/user/[user].[format].[api_key]
Returns specified user's latest public message in the desired format.
URL:
http://www.155.la/api/messages/latest/[user].[format].[api_key]
Posts a public message. Returns its details or an error message in the desired format.
URL:
http://www.155.la/api/messages/send.[format].[api_key]
POST
username(authenticating user's username or ID)
password(authenticating user's password)
message(message content)
Removes authenticating user's message. Returns deleted message's details or an error message in the desired format.
URL:
http://www.155.la/api/messages/delete.[format].[api_key]
POST
username(authenticating user's username or ID)
password(authenticating user's password)
message_id(message ID)
Returns all direct messages that are in the authenticating user's inbox in the desired format.
URL:
http://www.155.la/api/direct_messages/messages.[format].[api_key]
POST
username(authenticating user's username)
password(authenticating user's password)
Posts a direct message to a user specified by their username or ID. Returns the sent message's details in the desired format or an error message in case of an error.
URL:
http://www.155.la/api/direct_messages/send.[format].[api_key]
POST
username(authenticating user's username)
password(authenticating user's password)
message(username or ID of the recipient of the direct message)
reply(ID of a message, to which the current message is a reply)
direct(recipient username or id)
Removes a direct message from the authenticating user's inbox and returns removed message's details in the desired format or an error message in case of an error.
URL:
http://www.155.la/api/direct_messages/delete.[format].[api_key]
POST
username(authenticating user's username)
password(authenticating user's password)
message_id(ID of the message to be deleted)
Returns specified user's friends in the desired format.
http://www.155.la/api/users/friends/[user].[format].[api_key]
http://www.155.la/api/users/friends/johnny.xmlou
http://www.155.la/api/users/friends/12345.json
Returns specified user's followers in the desired format.
URL:
http://www.155.la/api/users/followers/[user].[format].[api_key]
http://www.155.la/api/users/followers/diana.jsonou
http://www.155.la/api/users/followers/584.xml
Returns user's details in the desired format.
URL:
http://www.155.la/api/users/details/[user].[format].[api_key]
http://www.155.la/api/users/details/diana.json.f9cv8d97c90d8c6f2cab37bb6d1f1335ou
http://www.155.la/api/users/details/584.xml.f9f16d97c90d8c6f23sb37bb6d1f1992
Adds a specified user to the authenticating user's friends. Returns the befriended user's details in the desired format or an error message in case of an error.
Method:
POST
username(authenticating user's username)
password(authenticating user's password)
friend(befriended user's username or ID)
http://www.155.la/api/friendships/create.[format].[api_key]
Removes a specified (leaves) user from the authenticating user's friend list. Returns the removed user's details in the desired format ro an error message in case of an error.
Method:
POST
username(authenticating user's username)
password(authenticating user's password)
friend(left user's username or ID)
http://www.155.la/api/friendships/destroy.[format].[api_key]