NewsCloud Web Services
API Categories
Tag Functions
tagListAll
List all the tags in the database.
Arguments
startRow: the start row to begin the query
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagListAll&startRow=0
tagListStories
List all the stories with this tag.
Arguments
tagword: the tag string
startRow: the start row to begin the query
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagListStories&tagword=bush&startRow=0
tagStory
Add one or more tags to this story. Requires account access.
Arguments
tagList: a list of tags
contentid: the contentid for this story
uid: the user id for this user
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagStory&taglist=iraq war bush&contentid=74414&uid=1Account Access: Because this method accesses a specific user account's private data, you either need to use the API key from the account of this user OR you must authenticate access to the user's account with userSignIn method before calling this function. Once signed in for this user's account, your session will last one hour.
tagListAll
List all the tags in the database.
Arguments
startRow: the start row to begin the query
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagListAll&startRow=0tagListStories
List all the stories with this tag.
Arguments
tagword: the tag string
startRow: the start row to begin the query
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagListStories&tagword=bush&startRow=0tagStory
Add one or more tags to this story. Requires account access.
Arguments
tagList: a list of tags
contentid: the contentid for this story
uid: the user id for this user
REST Format:
http://api.newscloud.com/services/node.php?apikey=your-apikeyhere&method=tagStory&taglist=iraq war bush&contentid=74414&uid=1Account Access: Because this method accesses a specific user account's private data, you either need to use the API key from the account of this user OR you must authenticate access to the user's account with userSignIn method before calling this function. Once signed in for this user's account, your session will last one hour.
