diggCFC at RiaForge
Tagged Under : diggcfc
I have just put up a new project at riaForge ( http://diggcfc.riaforge.org/ ). The purpose of this CFC is to interact with Digg API and retrieve information from it. Currently it supports the following methods :-
getUser() - get user information from Digg (must be a registered Digg username)
getContainers() - Digg calls its main categories as Containers, so this gets all available containers.
getTopics() - All Topcs available
getDiggsByuser() - Diggs by a particualr user.
getStoryById() - if you know the storyId, this will get it for you.
getCommentsByStory() - all comments for a particualr story
getStories() - get all latest stories (popular, hot, upcoming or top)
getStoriesByContainer() - get all latest stories from a particualr container/category.
There is a usage example file in the zip. Code is also available from SVN here (http://svn.riaforge.org/diggcfc.)
Hope its useful for some out there.