twitter-api-v2 Questions
2
I am encountering a notification while authenticating requests to the Twitter API v2 endpoints.
{
client_id: 'xxxxxxx',
detail: 'When authenticating requests to the Twitter API v2 endpoints, you ...
Copyedit asked 16/6, 2023 at 2:49
2
Solved
I am trying hard to find a way to reply to a tweet with Twitter API V2, but it seems there is no endpoint for doing something like that, in Twitter Developer docs i found a way to post and delete a...
Diggins asked 19/5, 2022 at 8:49
1
Solved
I'm trying to use this function with Python
def create_thread(message_text, media_ids=None):
tweets = [message_text[i:i + 280] for i in range(0, len(message_text), 280)]
if media_ids:
response =...
Monda asked 28/5, 2023 at 16:2
1
© 2022 - 2025 — McMap. All rights reserved.