semifor / Net-Twitter

A Perl interface to the Twitter APIs
83 stars 37 forks source link

Sending direct messages seems broken #81

Closed jkramer closed 5 years ago

jkramer commented 5 years ago

When trying to send a DM via new_direct_message I get the error Sorry, that page does not exist.. According to the twitter docs the API path is now direct_messages/events/new instead of direct_messages/new as stated in the Net::Twitter docs, so I assume the API changed and the module isn't compatible anymore.

jkramer commented 5 years ago

Nevermind, I just saw that this modules has been replaced by Twitter::API.