Questions tagged [digg]

The former API for the Digg.com, a social link aggregator that operated from 2002 to 2012.

The former API for the Digg.com, a social link aggregator that operated from 2002 to 2012.

60 questions
1
vote
0 answers

How to extract Digg data by Digg API

I am trying to extract Digg data for a user using this URL: "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403)…
vamsivanka
  • 792
  • 7
  • 16
  • 36
1
vote
1 answer

How does Digg retrieves password from facebook? (at Facebook Connect)

When I logged into Digg using my Facebook account, Digg asked me to create its own account. I agreed and entered a username only(!). And after that I have the possibility to login into the Digg without Facebook Connect. So the question is - How does…
Alexandr
  • 13
  • 2
1
vote
1 answer

Posting on Digg using .Net or PHP

I'm using Digg Api to get stories from digg. But I couldn't find any method to post stories on Digg using that API. Is there any other way to post stories on Digg?
1
vote
1 answer

nosql modeling : howto (digg as an example)?

I am trying to grasp this nosql thing since it sounds good for scalability. I have read the Digg is now using CassandraDB. Can you help me understand how a digg-like model can be structured efficiently ? where are the users where are the…
Jerome WAGNER
  • 21,986
  • 8
  • 62
  • 77
1
vote
2 answers

Create Thumbnail from url like Digg in asp.net/C#

How I can create a thumbnail from a URL? For example: Like on Digg, when I submit a link, Digg choses a Thumbnail from any images on that URL. Or like Facebook, when I submit a link, I can chose a thumbnail for that link. So, how I can do that…
user308213
  • 11
  • 3
1
vote
1 answer

How to get Digg count of a URL using Services_Digg2?

It isn't clear if this API is even capable of searching by URL, searched through G, without much success.
pentarim
  • 463
  • 1
  • 6
  • 18
1
vote
1 answer

How to get all social bookmarks of any website?

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…
Jimmy Thakkar
  • 549
  • 4
  • 19
1
vote
1 answer

Improvements or Variations of DiggSpy

In Chapter 14 of Designing Web Interfaces, authors Scott and Neil define the 'Periodic Refresh' pattern and cite Digg's DiggSpy as a canonical example. I agree that the pattern and its manifestation are excellent ways of serving real-time…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
1
vote
1 answer

iFrames vs. Framesets to display without obscured bottoms (for Diggbar experience)?

There are lots of posts regarding iFrames and framesets, but I have not found one that addresses my concern: are framesets bad to use? Understanding the potential for backlash against framed websites, I want to recreate the Diggbar -- only instead…
New Coder
1
vote
0 answers

Regarding accessing Digg API after getting access token

I am getting an exception and status of code as 400. What's the problem in my code? OAuthConsumer consumer = new DefaultOAuthConsumer("API key","Secret",SignatureMethod.HMAC_SHA1); OAuthProvider provider = new…
Carpe Diem
  • 73
  • 1
  • 1
  • 12
0
votes
3 answers

Android JSON Parsing using API

I'm having a hard time figuring out how to parse this JSON file correctly. { "count": 10, "timestamp": 1333243153, "total": 100, "diggs": [ { "date": 1333243146, "item": { "status":…
0
votes
2 answers

how to extract a url's title, images, keywords and description using php?

Possible Duplicate: Fastest way to retrieve a in PHP Suppose there is a website http://www.example.com with title = "Example" description = "it is an example" and keywords = "example, question, love php". What will be the php code or any…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/url" class="post-tag grid--cell" title="show questions tagged 'url'" rel="tag">url</a> <a href="../../questions/tagged/extract" class="post-tag grid--cell" title="show questions tagged 'extract'" rel="tag">extract</a> <a href="../../questions/tagged/digg" class="post-tag grid--cell" title="show questions tagged 'digg'" rel="tag">digg</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 08 '11 at 21:12">asked Dec 08 '11 at 21:12</time> <a href="../../users/1085433/tapish" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1085433.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Tapish" /> </a> <div class="s-user-card--info"> <a href="../../users/1085433/tapish" class="s-user-card--link">Tapish</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">23</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7817619"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/7817619/unknown-error-using-digg-api-and-uri-handler-silverlight" class="question-hyperlink">Unknown error using Digg API and URI handler (silverlight)</a></h3> <div class="excerpt">For class we have to follow a tutorial to create a silverlight website that searches DIGG for a given topic. (Using this tutorial as a base: http://weblogs.asp.net/scottgu/archive/2010/02/22/first-look-at-silverlight-2.aspx) We have to use the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/silverlight" class="post-tag grid--cell" title="show questions tagged 'silverlight'" rel="tag">silverlight</a> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/uri" class="post-tag grid--cell" title="show questions tagged 'uri'" rel="tag">uri</a> <a href="../../questions/tagged/digg" class="post-tag grid--cell" title="show questions tagged 'digg'" rel="tag">digg</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 19 '11 at 06:58">asked Oct 19 '11 at 06:58</time> <a href="../../users/678030/schoof" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/678030.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Schoof" /> </a> <div class="s-user-card--info"> <a href="../../users/678030/schoof" class="s-user-card--link">Schoof</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,715</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="29 silver badges">29</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-6688809"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/6688809/any-algorithms-that-can-ensure-category-diversity-in-a-social-ranking-system" class="question-hyperlink">Any algorithms that can ensure category diversity in a social ranking system?</a></h3> <div class="excerpt">I'm building a system similar to Reddit, where users "like" items. "Likes" would be used to determine ranking of items. There's also an "aging" factor, where more recent "likes" count more than ancient "likes". All in all, it's similar to the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/algorithm" class="post-tag grid--cell" title="show questions tagged 'algorithm'" rel="tag">algorithm</a> <a href="../../questions/tagged/ranking" class="post-tag grid--cell" title="show questions tagged 'ranking'" rel="tag">ranking</a> <a href="../../questions/tagged/digg" class="post-tag grid--cell" title="show questions tagged 'digg'" rel="tag">digg</a> <a href="../../questions/tagged/reddit" class="post-tag grid--cell" title="show questions tagged 'reddit'" rel="tag">reddit</a> <a href="../../questions/tagged/collective-intelligence" class="post-tag grid--cell" title="show questions tagged 'collective-intelligence'" rel="tag">collective-intelligence</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 14 '11 at 05:25">asked Jul 14 '11 at 05:25</time> <a href="../../users/86073/continuation" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/86073.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Continuation" /> </a> <div class="s-user-card--info"> <a href="../../users/86073/continuation" class="s-user-card--link">Continuation</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">12,722</li> <li class="s-award-bling s-award-bling__gold" title="20 gold badges">20</li> <li class="s-award-bling s-award-bling__silver" title="82 silver badges">82</li> <li class="s-award-bling s-award-bling__bronze" title="106 bronze badges">106</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-5582178"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/5582178/is-it-possible-to-access-digg-s-api-from-flash-without-using-a-proxy-to-get-ar" class="question-hyperlink">Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues?</a></h3> <div class="excerpt">Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues? I'm a little confused because from googling it appears that the API has (atleast in the past) had a crossdomain.xml file but now trying to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/flash" class="post-tag grid--cell" title="show questions tagged 'flash'" rel="tag">flash</a> <a href="../../questions/tagged/crossdomain.xml" class="post-tag grid--cell" title="show questions tagged 'crossdomain.xml'" rel="tag">crossdomain.xml</a> <a href="../../questions/tagged/digg" class="post-tag grid--cell" title="show questions tagged 'digg'" rel="tag">digg</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 07 '11 at 13:49">asked Apr 07 '11 at 13:49</time> <a href="../../users/82116/user82116" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/82116.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user82116" /> </a> <div class="s-user-card--info"> <a href="../../users/82116/user82116" class="s-user-card--link">user82116</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">418</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badges">5</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/digg_page=1" rel="prev" title="Go to page 1">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/digg_page=1" rel="" title="Go to page 1">1</a> <div class="s-pagination--item is-selected">2</div> <a class="s-pagination--item" href="../../questions/tagged/digg_page=3" rel="" title="Go to page 3">3</a> <a class="s-pagination--item" href="../../questions/tagged/digg_page=4" rel="" title="Go to page 4">4</a> <a class="s-pagination--item" href="../../questions/tagged/digg_page=3" rel="next" title="Go to page 3"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>