Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
Update methods :
- User.GetTimeline()
Parameters to add :
- since_id
- count
- max_id
- trim_user
- exclude_replies
- contributor_details
- include_rts
Comments: Associated with changeset 36456: Version 0.9.3.0
- Huge update
- Added all the parameters to the HomeTimeline
- Added all the parameters to the UserTimeline
- Added all the parameters to the MentionsTimeline
- Cleanup the code logic for Search so that is now simple to test
- IUser now exposes a UserIdentifier to simplify the accessibility to developers
Update methods :
- User.GetTimeline()
Parameters to add :
- since_id
- count
- max_id
- trim_user
- exclude_replies
- contributor_details
- include_rts
Comments: Associated with changeset 36456: Version 0.9.3.0
- Huge update
- Added all the parameters to the HomeTimeline
- Added all the parameters to the UserTimeline
- Added all the parameters to the MentionsTimeline
- Cleanup the code logic for Search so that is now simple to test
- IUser now exposes a UserIdentifier to simplify the accessibility to developers