-
Notifications
You must be signed in to change notification settings - Fork 0
API Timeline
yasindilekci edited this page Sep 6, 2016
·
14 revisions
Get a user's timeline.
$isaacTwitterTool.getTimeLine()
$isaacTwitterTool.getTimeLine(int count)
$isaacTwitterTool.getTimeLine(int count, String screenName)
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. |
Returns a list of CustomStatus objects.
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 |