Forums
(@amzuh)
10 years, 7 months ago
thelifeoffrick, inside the foreach($statuses as $status) { (line 133) you just need to add a $tweetarray[$status->id_str]['created_at'] = $status->created_at; and the array will be returned with the created at 🙂
foreach($statuses as $status) {
$tweetarray[$status->id_str]['created_at'] = $status->created_at;