Questions tagged [twitter-api-v2]

231 questions
0
votes
0 answers

Twitter API Endpoint Not working V2 and unauthorized

First, I want to display user tweets. I am following this documentation on Twitter. First…
AlAmin
  • 3
  • 2
0
votes
0 answers

How to included CTAs and Quick Reply in direct messaging V2 API (Not v1.1)

In Twitter Direct Messages API V2, there is an option to send messages and attachments, however, there is no option to send the buttons (CTAs and Quick Reply). How do we include buttons (CTAs and Quick Reply) in Direct Message V2 API? If there is no…
yottabrain
  • 2,387
  • 5
  • 23
  • 37
0
votes
1 answer

How to live stream video on twitter

We are working on platform where we allow user to live-stream on major platforms. We need to integrate twitter in our platform to stream live on twitter. currently we are creating source and broadcast by making post call to /source and /broadcast…
0
votes
0 answers

Connecting to Twitter API (Get_Followers)

I have an app that uses sql queries & js and python files, and connects to the twitter api to get user data initially with specific seeded user accts in a database, in order to build a larger database that constantly analyzes using page rank, so…
ja98
  • 1
0
votes
0 answers

How to check the rate limit usage per day for Twitter API V2

On July 1, 2023, Twitter applied the temporary data scraping limits per day. Does anyone know how to check the rate limit usage per day for Twitter API V2? It seems like the Usage API is only for enterprise…
knozawa
  • 223
  • 1
  • 5
  • 14
0
votes
1 answer

How to retrieve more than a 100 tweets on twitter API V2 using python

I upgraded my access to Basic, and I am allowed to retrieve 10,000 tweets per month. I am trying to scrape 3000 tweets for a particular key word, my code is attached, but i get an error that the max i can scrape is a 100. Is there a way to automate…
0
votes
0 answers

Tweet with Twitter API v2: Using Media ID from API v1.1

I upload an image with API v1.1 and get a media ID.Then I try to tweet with this media ID using API v2, and I encounter errors. How can I properly use the media ID from API v1.1 in API v2? Here's my JavaScript code(Google Apps Script). const…
0
votes
0 answers

Loading Twitter profile pictures with Twitter V2

I used to access Twitter profile pictures with API V1.1 using "https://api.twitter.com/1.1/users/show.json" URL. But with new Twitter developer subscription plans, this flow is not available for free package. I want to access these profile pictures…
0
votes
1 answer

What is the Appropriate Way to Post Tweets as App?

I am reviewing the Basic plan rate limits here: https://developer.twitter.com/en/docs/twitter-api/rate-limits#v2-limits-basic Here it clearly states that POST_2_tweets has a per-app limit of 1,667 calls her 24 hours: However, when attempting to use…
Mike-E
  • 2,477
  • 3
  • 22
  • 34
0
votes
0 answers

Tweepy + Twitter API v2 does not return additional fields

I am trying to search for tweets or do user lookup with Tweepy and Twitter API v2. The issue is that I do not get requested additional fields, e.g. user = client.get_user(id=17874544,…
yys
  • 105
  • 1
  • 6
0
votes
0 answers

Fetching my own tweets using tweepy gives 453/403

I am trying to write a python script to fetch my tweets using tweepy. I tried 2 versions. They result in 453/403 respectively. Detailed errors below. I have "Free" access to twitter APIs and I have a project with an app(see the screenshot below). Do…
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
0
votes
0 answers

Cannot retrieve full text using Twitter API V2

I’m testing to retrieve full text for both tweet and retweet using postman. retweet ID: 1664275386073767943 conversation_id (original tweet ID): 1664274549503070216 API…
knozawa
  • 223
  • 1
  • 5
  • 14
0
votes
0 answers

How to control the time step for data collection in Python?

I am working on a Python script to collect data from an API, specifically tweets from Twitter. Currently, my script retrieves all the available tweets within a specified time range. However, I want to modify the script to collect a specific number…
0
votes
0 answers

Twitter Ads API Access

I am trying to access Twitter Ads API. I have created a developer account and created an App with all permissions. But, when I try to access the API, I am getting the following error: The client application making this request does not have access…
0
votes
0 answers

Twitter v2 api proportional rate limit

We have basic access to the twitter v2 api and are routinely rate limited, but the next step up (pro) is well beyond our needs, and 50x the cost. To anyone within twitter, is it possible to negotiate a custom rate plan based on our actual needs,…