2013-07-24 3 views

답변

0
$tweets= $connection->get("https://api.twitter.com/1.1/search/tweets.json?q=".$searchstring."&result_type=mixed&rpp=100&count=".$notweets); 

    $twitter=json_encode($tweets); 

    foreach($tweets->statuses as $tweet){ echo $tweet; } 
관련 문제