Skip to main content
Reference

TwitterAccount SFO

Properties

Methods

MethodSignatureComments/Sample
getLatestUserTimelineStatus[TwitterStatus](./twitterstatus-sfo.md) getLatestUserTimelineStatus()
getUserTimelineStatuses (1)[TwitterStatus](./twitterstatus-sfo.md)[ ] getUserTimelineStatuses()Returns the entire timeline, but filters direct messages by default.
getUserTimelineStatuses (2)[TwitterStatus](./twitterstatus-sfo.md)[ ] getUserTimelineStatuses(integer maxResults)Returns up to max results, but filters direct messages by default.
getUserTimelineStatuses (3)[TwitterStatus](./twitterstatus-sfo.md)[ ] getUserTimelineStatuses(integer maxResults, boolean filterDirectMessages)Returns up to max results and allows you to control whether direct messages are returned. This method should be used if you are trying to replicate your entire Twitter feed on your site.

See Also

Was this page helpful?