- try doing a like with a POST

workspace
Brendan Howell 7 years ago
parent 9ed17f3767
commit 2d6dd7877c

@ -217,7 +217,7 @@ class PublicRelations(Bureau):
"""
shortcode, _ = data.split(".")
tweet_id = self.get_tweet_id(shortcode)
self.t.t.favorites.create(id=tweet_id)
self.t.t.favorites.create(id=tweet_id, _method="POST")
def main():

Loading…
Cancel
Save