No matter what value I specify for the “count” parameter, the Direct Messages endpoint won’t return more than five messages. Here’s my cURL test call…
curl --get 'https://api.twitter.com/1.1/direct_messages.json' --data 'count=10' --header 'Authorization: OAuth oauth_consumer_key="my_consumer_key", oauth_nonce="f2a85c1a9937c918141f2bb7c14df341", oauth_signature="RkGIgY%2FokalTtDYAMxbbmlUdLvI%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1438117223", oauth_token="my_oauth_token", oauth_version="1.0"' --verbose
Thanks in advance for your help!