This Choreo retrieves a list of threads within a forum ordered by date of creation. The documentation for this Disqus resource can be found here.
Here is an example of acceptable inputs:
PublicKey: {YOUR PUBLIC KEY}
Forum: temboodev
The following is a sample of the JSON information returned by this Choreo:
{
"cursor":{
"prev":null,
"hasNext":false,
"next":"1342806270655459:1:0",
"hasPrev":false,
"total":null,
"id":"1342806270655459:1:0",
"more":false
},
"code":0,
"response":[
{
"feed":"http://temboodev.disqus.com/untitled_test_caption/latest.rss",
"reactions":0,
"author":"29299479",
"forum":"temboodev",
"title":"Untitled, test caption",
"userScore":0,
"identifiers":[
],
"dislikes":0,
"createdAt":"2012-07-23T17:49:30",
"slug":"untitled_test_caption",
"isClosed":false,
"posts":11,
"userSubscription":false,
"link":"http://temboodev.tumblr.com/post/13970347591",
"likes":0,
"message":"",
"category":"1569192",
"id":"777098778",
"isDeleted":false
},
{
"feed":"http://temboodev.disqus.com/untitled_test/latest.rss",
"reactions":0,
"author":"29299479",
"forum":"temboodev",
"title":"Untitled, test",
"userScore":0,
"identifiers":[
],
"dislikes":0,
"createdAt":"2012-07-23T17:46:33",
"slug":"untitled_test",
"isClosed":false,
"posts":1,
"userSubscription":false,
"link":"http://temboodev.tumblr.com/post/23943366738",
"likes":0,
"message":"",
"category":"1569192",
"id":"777095910",
"isDeleted":false
},
{
"feed":"http://temboodev.disqus.com/untitled_my_test_title/latest.rss",
"reactions":0,
"author":"29299479",
"forum":"temboodev",
"title":"Untitled, My Test Title",
"userScore":0,
"identifiers":[
],
"dislikes":0,
"createdAt":"2012-07-20T17:44:30",
"slug":"untitled_my_test_title",
"isClosed":false,
"posts":1,
"userSubscription":false,
"link":"http://temboodev.tumblr.com/post/14125144835",
"likes":0,
"message":"",
"category":"1569192",
"id":"773479713",
"isDeleted":false
}
]
}