Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.1K
Vistas
You currently have Essential access which includes access to Twitter API v2 endpoints only -
import tweepy
import json
import pandas as pd

API_KEY = ''
API_SECRET = ' '
access_token = ''
access_token_seceret =''

auth = tweepy.OAuthHandler(API_KEY, API_SECRET)

api = tweepy.API(auth)

This code right here keeps giving me the error below, can anyone help me figure out how to fix the issue? I'm new to coding.

facebooktweets = api.user_timeline("Meta")
     ---------------------------------------------------------------------------
     TweepError                                Traceback (most recent call last)
     <ipython-input-8-96959e05857f> in <module>()
      ----> 1 facebooktweets = api.user_timeline("Meta")

      1 frames
      /usr/local/lib/python3.7/dist-packages/tweepy/binder.py in execute(self)
      232                     raise RateLimitError(error_msg, resp)
      233                 else:
  --> 234                     raise TweepError(error_msg, resp, api_code=api_error_code)
      235 
      236             # Parse the response payload

     TweepError: [{'message': 'You currently have Essential access which includes access 
     to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need 
     to apply for Elevated access via the Developer Portal. You can learn more here: 
     https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter- 
     api#v2-access-leve', 'code': 453}]
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

It calls the v1.1 API. But the v1.1 API is not available in Essential access. Use the v2 API only: tweepy.Client — Twitter API v2 Reference — tweepy

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda