PHP Classes

File: main.php

Recommend this page to a friend!
  Classes of helman benedict mwageni   PHP Twitter API Post Tweet   main.php   Download  
File: main.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Twitter API Post Tweet
Post tweet messages using Twitter API 2
Author: By
Last change: Update main.php
Date: 5 months ago
Size: 247 bytes
 

Contents

Class file image Download
<?php

// Set up your Twitter API credentials
$consumerKey = 'consumerKey';
$consumerSecret = 'consumerSecret';
$accessToken = 'accessToken';
$accessTokenSecret = 'accessTokenSecret';

$text = 'This is testing post';

require
"TwitterAPI.php";
?>