When I try to update a status with meda I get an error. How can I get more information about the error?
{“errors”:[{“message”:“Internal error”,“code”:131}]}
Same error here when trying to update with media.
var options = { method: 'POST', url: 'https://upload.twitter.com/1/statuses/update_with_media.json', success: success, failure: failure, headers: { 'Content-Type': 'multipart/form-data' }, data: { 'status' : 'This is my tweet...', 'media' : ImageCamera.imageURI } }; oauth.request(options);
oauth.request(options);
ERROR: {“message” : “Internal Error”, “code”: 131}
Any thoughts?