API DOCUMENTATION
  
OAuth 1.0 Endpoints

 

Member API

 

Public API

 

Resources
Comments

Comments for a specified type

URL

https://api.pwned.com/me/comments

REQUEST METHODS

POST

RETURNED FORMATS

json

REQUIREMENTS

Valid OAuth Token

PUBLISH PARAMETERS

  • Required
    • type
      • blogs
        • Blog Comments
      • comment
        • Nested Comment
      • event
        • Calendar Event Comments
      • gameshout
        • Reply to a Game Shout
      • lifefeed
        • Reply to a status update
      • pictures
        • Picture Comments
      • users
        • User Profile Comments
    • id
      • ID of specified type
    • comment
      • User comment on item

	
{
  "comments":[
    {
      "comment":"Right! Best holiday hands down",
      "timestamp":"2010-08-23 23:10:15",
      "status":"success"
    }
  ]
}

	

REQUEST PARAMETERS

  • Required
    • type
      • blogs
        • Blog Comments
      • comment
        • Nested Comment
      • event
        • Calendar Event Comments
      • gameshout
        • Reply to a Game Shout
      • lifefeed
        • Reply to a status update
      • pictures
        • Picture Comments
      • users
        • User Profile Comments
    • id
      • ID of specified type
  • Optional
    • limit
      • Number of comments to return

RETURNED VALUE

{
  "comments":[
    {
      "id":"5355",
      "username":"jerfontheclerf",
      "displayname":"Jerf On The Clerf",
      "name":"Jeff",
      "avatar":"http:\/\/pwned.com\/userimages\/1248385526-l77958ac2a78c41dbb0e77a070b7ce56a.png",
      "comment_type":"lifefeed",
      "comment_id":"1321741",
      "comment":"hell yeah!",
      "timestamp":"2010-08-23 11:37:17"
    },
    {
      "id":"10948",
      "username":"thegfg",
      "displayname":"Gamer Fitness Guide :: thegfg",
      "name":"thegfg",
      "avatar":"http:\/\/pwned.com\/userimages\/1225899522-1225899509-LogoTV.png",
      "comment_type":"lifefeed",
      "comment_id":"1321741",
      "comment":"I need to come up with something wicked original this year. I better on it soon. ",
      "timestamp":"2010-08-23 08:18:34"
    },
    {
      "id":"8511",
      "username":"cystums",
      "displayname":"ADAM \u0417\u043e\u043c\u0431\u0438",
      "name":"Adam",
      "avatar":"http:\/\/pwned.com\/userimages\/cystums-1278574881-Untdedwedwqdwditled.png",
      "comment_type":"lifefeed",
      "comment_id":"1321741",
      "comment":"better buckle up your shit kickers cause its gonna get deep",
      "timestamp":"2010-08-23 01:57:39"
    }
  ]
}