A global community of friends and strangers answering one simple question: What are you doing? Answer on your phone, IM, or right here on the web! (www.twitter.com)

Twitter
EditOperations
EditgetLatestPosts
Gets the latest updates from Twitter.
Inputs
| Name | Description |
| number | Maximum number of results to return |
Outputs
EditgetFriends
Gets the friends of a user.
Inputs
| Name | Description |
| userID | User's Twitter ID |
| number | Maximum number of results to return |
Outputs
EditgetFriendsPosts
Gets the latest posts from your friends directed to you.
Inputs
| Name | Description |
| userID | Your Twitter ID |
| number | Maximum number of results to return |
Outputs
EditgetLatestFriendsPosts
Gets the latest updates from friends of a user.
Inputs
| Name | Description |
| userID | User's Twitter ID |
| number | Maximum number of results to return |
Outputs
EditgetLatestUserPosts
Gets the latest updates from a Twitter user
Inputs
| Name | Description |
| userID | User's Twitter ID |
| number | Maximum number of results to return. |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.
EditTwitterStatus
| Name | Type |
| messageID | id |
| text | description |
| createdAt | date |
| userID | id |
| screenName | userName |
| name | name |
| location | location |
| description | description |
| imageUrl | thumbnailImageUrl |
| url | url |
EditTwitterMessage
| Name | Type |
| messageID | id |
| text | description |
| createdAt | date |
| userID | id |
| screenName | userName |
| name | name |
| location | location |
| description | description |
| imageUrlAsk | thumbnailImageUrl |
| imageUrlAnswer | thumbnailImageUrl |
| url | url |
| askUserID | id |
| answerUserID | id |