Potrzebuję programowy sposób interakcji z Stumbleupon, ale nie mogłem znaleźć żadnego API do tego, czy istnieje API dla SU?Czy istnieje interfejs API dla stumbleupon?
9
A
Odpowiedz
0
Myślę, że nie ma w tym interfejsu API. można sprawdzić poniższy link w celu potwierdzenia
https://getsatisfaction.com/stumbleupon/topics/stumbleupon_api
1
Nie wiem, czy to jest jakaś pomoc?
2
Być może jest to coś interrest?
2
2
Jest taki jeden https://gist.github.com/jonathanmoore/2640302#stumbledupon
API REST Zobacz URL http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://stylehatch.co
Wynik:
{
"result":{
"url":"http:\/\/stylehatch.co\/",
"in_index":true,
"publicid":"1iOLcK",
"views":39,
"title":"Style Hatch - Hand Crafted Digital Goods",
"thumbnail":"http:\/\/cdn.stumble-upon.com\/mthumb\/941\/72725941.jpg",
"thumbnail_b":"http:\/\/cdn.stumble-upon.com\/bthumb\/941\/72725941.jpg",
"submit_link":"http:\/\/www.stumbleupon.com\/submit\/?url=http:\/\/stylehatch.co\/",
"badge_link":"http:\/\/www.stumbleupon.com\/badge\/?url=http:\/\/stylehatch.co\/",
"info_link":"http:\/\/www.stumbleupon.com\/url\/stylehatch.co\/"
},
"timestamp":1336520555,
"success":true
}
Te linki są teraz zepsute! –