문제

I am currently making an application in Ruby on Rails which requires to count all bookmarks of any given domain. I have considered Stumbles, Diggs, Delicious and Reddit for finding all bookmarks. Is there any way that this can be done?

I have looked into APIs of each of them, but did not get anything useful there. Is there any other way to directly get all bookmarks of a website no matter which marketing tool its using?

도움이 되었습니까?

해결책

Use the delicious api for getting social bookmarks related to delicious. For others I m not so sure.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top