I am using following API to get direct messages, it works perfectly
fine when I use this without any parameter.
http://twitter.com/direct_messages.json
But when I pass since_id parameter, it returns following. Am I missing
anything obvious? Request method is POST and credentials are properly
passed.
{"error":"You want to call http:\/\/
twitter.com\/direct_messages\/
new","request":"\/direct_messages.json"}
Thanks,
/deve