Digg is a user driven social content website. (www.digg.com)

Digg
EditOperations
EditgetStories
Get recent stories.
Inputs
| Name | Description |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetPopularStories
Get recent popular stories.
Inputs
| Name | Description |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetUpcomingStories
Get recent upcoming stories.
Inputs
| Name | Description |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetStoriesByTopic
Get stories by specific Digg topic
Inputs
| Name | Description |
| topic | Name of the topic (Pre-defined Digg topic, try getTopics for list of all topics) |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetPopularStoriesByTopic
Get popular stories by specific Digg topic.
Inputs
| Name | Description |
| topic | Name of the topic (Pre-defined Digg topic, try getTopics for list of all topics) |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetUpcomingStoriesByTopic
Get upcoming stroies by specific Digg topic.
Inputs
| Name | Description |
| topic | Name of the topic(Pre-defined Digg topic, try getTopics for list of all topics) |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetStoryByStoryId
Get story by story ID.
Inputs
| Name | Description |
| id | Get stories by this ID, Identified story. |
Outputs
| Name |
| Story - custom object |
EditgetStoriesByUser
Get stories by user name.
Inputs
| Name | Description |
| userName | Stories submitted by a specific user. |
| number | maximum number of stories to return |
Outputs
| Name |
| Story - custom object |
EditgetTopics
Get list of topics.
Inputs
Outputs
| Name |
| Topic - custom object |
EditgetTopicByName
Get topic by topic name (short name)
Inputs
| Name | Description |
| topicName | Name of the topic (Pre-defined Digg topic, try getTopics for list of all topics) |
Outputs
| Name |
| Topic - custom object |
EditgetUsers
Get information of all users
Inputs
| Name | Description |
| number | maximum number of users to return |
Outputs
EditgetUser
Get information of a specific user
Inputs
| Name | Description |
| userName | Named user |
Outputs
EditgetUserFriends
Gets all friends of the user
Inputs
| Name | Description |
| userName | Named user |
| number | maximum number of friends to return |
Outputs
EditgetUserFans
Gets all fans of the user
Inputs
| Name | Description |
| userName | Named user |
| number | maximum number of fans to return |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.
EditUser
| Name | Type |
| name | userName |
| thumbnail | thumbnailImageUrl |
| registered | date |
| profileViews | string |
EditTopic
| Name | Type |
| topic | string |
| topicShortName | string |
| container | string |
| containerShortName | string |
EditStory
| Name | Type |
| title | title |
| description | description |
| user | userName |
| userThumbnail | thumbnailImageUrl |
| topic | string |
| storyID | id |
| link | url |
| submitDate | date |
| diggs | nonNegativeInteger |
| comments | string |
| href | url |
| status | string |