twitter.tweet() not working

hello!
I am using plugin.twitter, but twitter.tweet has become unusable for some time.
No errors occur, but nothing is posted.

local function tweetDone(response)
	print("TWEET TEXT: " .. response.text)
	print("TWEET ID: " .. response.id)
end
twitter.tweet("test", image, tweetDone)

This result is

TWEET TEXT: test.
TWEET ID:

An empty TWEET ID is returned.
Was there a recent TwitterAPI spec change on this issue?

Maybe this?