getEmail
Use this method to email a video
URL:
http://im.twitvid.com/api/getemail
Formats:
xml, json
HTTP Method:
POST
Requires Authentication:
true
Parameters:
If passing in credentials, you must supply twitter username and password. You can not pass token if passing in credentials:
{
- username: Required. Your Twitter username.
- password: Requred. Your Twitter password.
}
else If passing in Authentication Token from authenticate, you can not pass the username and password:
{
- token: Required. The Authentication Token
}
- format: Optional. Select the return type (xml by default)
Usage Notes:
- Either pass Twitter username and password, or pass token from authenticate. These are required for authentication.
Response:
JSON example:
{ "rsp":
{ "stat": "ok",
"email": "jsakha.93b6@twitvid.com",
"user_id": "jsakha",
"status_id": "1111"
}
}
<< Back to Twitvid API Documentation
Comments (0)
You don't have permission to comment on this page.