/Twitter-API

Twitter API oauth

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Twitter API

API de Twitter diseñado para mostrar tweets de tal persona. Programado en PHP y cURL.

EDITAR

**Index.php**
$tweetNum = 10;  // Cantidad de Tweets que se muestran
**Index.php**
$consumerKey = " AQUI COLOCAN SU CONSUMER KEY ";
**Index.php**
$consumerSecret = " AQUI COLOCAN SU CONSUMER KEY SECRETA ";
**Index.php**
$accessToken = " AQUI COLOCAN EL ACCESO TOKEN ";
**Index.php**
$accessTokenSecret = " AQUI COLOCAN EL ACCESO TOKEN SECRETO ";

NO MODIFICAR

**Index.php**
require_once("twitteroauth/twitteroauth.php");

Desarrollado por

  • Joaquin Centurion - MainIndex Fundador -