API DOCUMENTATION
  
OAuth 1.0 Endpoints

 

Member API

 

Public API

 

Resources
Game Shouts

A user's game shouts

URL

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

REQUEST METHODS

POST

RETURNED FORMATS

json

REQUIREMENTS

Valid OAuth Token

PUBLISH PARAMETERS

  • Required
    • shout
      • String Length: Be reasonable
      • Text of the user's game shout to be shouted.

  • Optional
    • game_id
      • ID of Game
  • Returns
    • json object of last update
    • Returns an status element, which either is "success" or "fail"

{
  "gameshout":[
    {
      "game_id":"6739",
      "title":"Halo 3: ODST",
      "developer":"Bungie Software",
      "publisher":"Microsoft",
      "platform":"xbox360",
      "release":"9\/22\/2009",
      "genre":"First-Person Shooter",
      "image":"http:\/\/pwned.com\/gamecovers\/xbox360\/1253057584-Halo_3_ODST.png",
      "id":"222",
      "shout":"I need some players for Halo:ODST firefight",
      "timestamp":"1282548672",
      "status":"success"
    }
  ]
}

	

REQUEST PARAMETERS

  • Optional
    • start
      • Numeric value
        • Start parameter for paginated return values
    • limit
      • Numeric value
        • Returns the specified number of game shouts

RETURNED VALUE

{
  "status":[
    {
      "feed":" is currently playing Netflix on Xbox 360 http:\/\/pwned.com\/pwned",
      "timestamp":"2010-08-22 23:39:44"
    },
    {
      "feed":" Test Oauth Update Method http:\/\/pwned.com",
      "timestamp":"2010-08-21 20:02:21"
    },
    {
      "feed":" has added a new picture to their album http:\/\/pwned.com\/fulldisplay\/picture\/51413\/pwned",
      "timestamp":"2010-08-21 18:45:15"
    },
    {
      "feed":" is currently playing Netflix on Xbox 360 http:\/\/pwned.com\/pwned",
      "timestamp":"2010-08-17 16:28:44"
    },
    {
      "feed":" is currently playing Modern Warfare 2 on Xbox 360 http:\/\/pwned.com\/pwned",
      "timestamp":"2010-08-14 23:16:49"
    }
  ]
}