コード例 #1
0
ファイル: get1.php プロジェクト: newshorts/NFL
<?php

require_once 'social.php';

// changed to 30 seconds to go lighter on the api polling
sleep(30);

$social = new Social('get1');

$social->get_all();

$social->write_file();

?>