App\Http\Controllers\TwitterController::getLatestTweets PHP 메소드

getLatestTweets() 개인적인 메소드

Get the latest tweets on a user timeline
private getLatestTweets ( ) : Collection
리턴 Collection
    private function getLatestTweets()
    {
        return Twitter::getHomeTimeline(['count' => 2, 'format' => 'json']);
    }