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.
When trying to send a DM via
new_direct_message
I get the errorSorry, that page does not exist.
. According to the twitter docs the API path is nowdirect_messages/events/new
instead ofdirect_messages/new
as stated in the Net::Twitter docs, so I assume the API changed and the module isn't compatible anymore.