Twitter account access
dhroople - October 16, 2009 - 12:19
This code from twitter module 5 version. Only user 1 latest tweets are shown. what i needed was each user should get there latest tweets block. I had also replaced the 1 with $user->uid but it doesn't work.
Looking head for solution
<?php
$account = user_load(array('uid' => 1));
?>