Skip to content

Instantly share code, notes, and snippets.

@ngw
Created September 18, 2014 15:50
Show Gist options
  • Select an option

  • Save ngw/df8d81084c3e2e920b1f to your computer and use it in GitHub Desktop.

Select an option

Save ngw/df8d81084c3e2e920b1f to your computer and use it in GitHub Desktop.
2.1.1 :020 > p = DisqusApi.v3.posts.list(forum: 'thingyyy').all.last
=> {"points"=>0, "forum"=>"thingyyy", "parent"=>nil, "isApproved"=>true, "author"=>{"username"=>"nwieh", "about"=>"", "name"=>"nwieh", "disable3rdPartyTrackers"=>false, "url"=>"", "isAnonymous"=>false, "rep"=>1.2324929999999998, "isFollowing"=>false, "isFollowedBy"=>false, "profileUrl"=>"http://disqus.com/nwieh/", "reputation"=>1.2324929999999998, "location"=>"", "isPrivate"=>false, "isPrimary"=>true, "joinedAt"=>"2014-09-15T15:36:31", "id"=>"122051799", "avatar"=>{"small"=>{"permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar32.jpg?1410966241"}, "isCustom"=>true, "permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar92.jpg?1410966241", "large"=>{"permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar92.jpg?1410966241"}}}, "media"=>[], "isDeleted"=>false, "isFlagged"=>false, "dislikes"=>0, "raw_message"=>"DAIIIIII", "createdAt"=>"2014-09-17T15:03:39", "id"=>"1593124027", "thread"=>"3026869853", "numReports"=>0, "likes"=>0, "isEdited"=>false, "message"=>"<p>DAIIIIII</p>", "isSpam"=>false, "isHighlighted"=>false, "userScore"=>0}
2.1.1 :021 > DisqusApi.v3.post('posts/remove.json', post: "3026869853", access_token: at)
=> {"code"=>0, "response"=>[]}
2.1.1 :022 > p = DisqusApi.v3.posts.list(forum: 'thingyyy').all.last => {"points"=>0, "forum"=>"thingyyy", "parent"=>nil, "isApproved"=>true, "author"=>{"username"=>"nwieh", "about"=>"", "name"=>"nwieh", "disable3rdPartyTrackers"=>false, "url"=>"", "isAnonymous"=>false, "rep"=>1.2324929999999998, "isFollowing"=>false, "isFollowedBy"=>false, "profileUrl"=>"http://disqus.com/nwieh/", "reputation"=>1.2324929999999998, "location"=>"", "isPrivate"=>false, "isPrimary"=>true, "joinedAt"=>"2014-09-15T15:36:31", "id"=>"122051799", "avatar"=>{"small"=>{"permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar32.jpg?1410966241"}, "isCustom"=>true, "permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar92.jpg?1410966241", "large"=>{"permalink"=>"https://disqus.com/api/users/avatars/nwieh.jpg", "cache"=>"//a.disquscdn.com/uploads/users/12205/1799/avatar92.jpg?1410966241"}}}, "media"=>[], "isDeleted"=>false, "isFlagged"=>false, "dislikes"=>0, "raw_message"=>"DAIIIIII", "createdAt"=>"2014-09-17T15:03:39", "id"=>"1593124027", "thread"=>"3026869853", "numReports"=>0, "likes"=>0, "isEdited"=>false, "message"=>"<p>DAIIIIII</p>", "isSpam"=>false, "isHighlighted"=>false, "userScore"=>0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment