- try to force twitter to use favorite id as a parameter not url subdir

workspace
Brendan Howell 6 years ago
parent 2d6dd7877c
commit 956a8f20c4

@ -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, _method="POST")
self.t.t.favorites.create(_id=tweet_id)
def main():

Loading…
Cancel
Save