* Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends. It's also possible to request another user's friends_timeline via the id parameter.
*
* @param Your username.
* @param Your password.
* @param (optional) ID or screen name of the user for whom to return the friends_timeline.
* @param (optional) Narrows the returned results to just those statuses created after the specified HTTP-formatted date.
*
* @return Array of statuses.
* @author Aral Balkan
***/
function friendsTimeline($user, $pass, $id = NULL, $since = NULL)
* Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user. It's also possible to request another user's timeline via the id parameter below.
* Returns extended information of a given user, specified by ID or screen name as per the required id parameter below. This information includes design settings, so third party developers can theme their widgets according to a given user's preferences.
*
* @param (str/int) The ID or screen name of a user.