<< Back to Twitvid API Documentation
Status Codes
The TwitVid API attempts to return appropriate status codes for every request.
- 1111 OK: Success!
- 1001 Not Authorized: Twitter authentication credentials were missing or incorrect
- 1002 Bad File: File data is missing or corrupt
- 1003 Msg Length: Message string length exceeds 115 characters
- 1004 Auth Token expired: The authentication token used has expired. A new token should be obtained.
Error Messages
When the TwitVid API returns error messages, it does so in your requested format. For example, an error from an XML method might look like this:
<?xml version='1.0' encoding='UTF-8'?>
<rsp status='fail'>
<err code='1001' msg='Invalid twitter username or password'/>
</rsp>>
<< Back to Twitvid API Documentation
Comments (0)
You don't have permission to comment on this page.