<< Back to oGoing API Documentation

DirectMessage/send

Updates the authenticating users status. Requires the status parameter specified below. Request must be a POST. A status update with text identical to the authenticating users current status will be ignored to prevent duplicates.

URL:

http://api.ogoing.com/directmessage/send

Formats:

xml

Requires Authentication

True

Parameters

  • UserName - Specifies the username of the user.
  • Password - Password of user
  • PortalName - Portal name where user is registered.
  • SendToUsername - UserName of the Recipient.
  • Message - Direct message text.

Response

true/false

Usage Example

http://api.ogoing.com/DirectMessage/send?username=user110&password=user110&portalname=http://www.ogoing.com&message=hellofromoGoingAPI

<< Back to oGoing API Documentation