8 lines
75 B
PHP
8 lines
75 B
PHP
<?php
|
|
|
|
require 'twitter2.php';
|
|
|
|
twitter::tweet('TOPISTO test API V2');
|
|
|
|
?>
|