Hi,
When I send this request to twitter API it showing me to an error of ''Array ([errors]=>Array([0]=>Array([message]=>Internal error[code]=>131)))'
The requested parameter is below:
Array
(
[method] => POST
[header] => Array
(
[Content-Type] => multipart/form-data
[Authorization] => OAuth oauth_version=“1.0”,oauth_signature_method=“HMAC-SHA1”,oauth_token=“443475070-mMw2ypZ1lQEvxauyQpcCJppvuF6nkCIJXcJE3qZ0”,oauth_consumer_key=“PAu4LlcETSJGTXzieJ0yeA”,oauth_nonce=“63edd72bed1f886524153c7062a728fc”,
oauth_timestamp=“1375335784”,oauth_signature=“iXNifIn9ZIpz3uayFCi2Q44i5lU%3D”
)
[uri] => Array
(
[host] => api.twitter.com
[path] => 1.1/statuses/update_with_media.json
[query] => Array
(
)
)
[auth] => Array
(
[method] => OAuth
[oauth_token] => 443475070-mMw2ypZ1lQEvxauyQpcCJppvuF6nkCIJXcJE3qZ0
[oauth_token_secret] => Q5bcZv3EkAPfrznXhCq3uICksPFmdHGJ5wwbfsWTE4Q
[oauth_consumer_key] => XXX
[oauth_consumer_secret] => XXXXXX
)
[body] => Array
(
[status] => test
[media[]] => @/tmp/phpAORxWd
)
)
Please help me out to find the error behind the script.
Thanks