Skip to content

API Timeline

yasindilekci edited this page Sep 6, 2016 · 14 revisions

Description

Get a user's timeline.

Methods

$isaacTwitterTool.getTimeLine()
$isaacTwitterTool.getTimeLine(int count)
$isaacTwitterTool.getTimeLine(int count, String screenName)

Parameters

Field Type Description
count
optional
int Number of tweets to retrieve, default is set to 10.
screenName
optional
String Screen name of the user for which the timeline should be retrieved, default is set to configured user.

Response

Returns a list of CustomStatus objects.

CustomStatus Fields

Field Type
createdAt Date
id long
id_str String
text String
source String
isTruncated boolean
inReplyToStatusId long
inReplyToUserId long
isFavorited boolean
inReplyToScreenName String
geoLocation GeoLocation
place Place
retweetCount long
isPossiblySensitive boolean
isRetweet boolean
isRetweetedByMe boolean
rateLimitStatus RateLimitStatus
accessLevel int
user User
contributorsIDs long[]
retweetedStatus Status
userMentionEntities UserMentionEntity[]
urlEntities URLEntity[]
hashtagEntities HashtagEntity[]
mediaEntities MediaEntity[]
currentUserRetweetId long
Clone this wiki locally