semifor / Net-Twitter

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

unretweet method #82

Closed dAu6jARL closed 2 years ago

dAu6jARL commented 2 years ago

unretweet method as following don't exist in Net::Twitter::Role::API::RESTv1_1. https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-unretweet-id

semifor commented 2 years ago

Hi @dAu6jARL. Net::Twitter has been deprecated in favor of Twitter::API. It has support for unretweet. It can also be used to call make API calls Twitter adds that are not explicitly included in Twitter::API::Trait::ApiMethods. And, support for Twitter's APIv2 is forthcoming in Twitter::API. You'll find some preliminary, experimental work for it here on Github, Twitter::API api-v2 branch

dAu6jARL commented 2 years ago

Thank you for your reply. I'll try Twitter::API.