Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
javascript
javascript
{
  "postedTime": "2011-02-10T15:04:55Z",
  "actor": {
    "url": "http://example.com/john",
    "objectType" : "person",
    "id": "tag:example.com,2011:john",
    "image": {
      "url": "http://example.com/john/image",
      "width": 250,
      "height": 250
    },
    "displayName": "John Doe"
  }
  "verb": "post",
  "object" : {
    "url": "http://www.youtube.com/v/9gW2YVBrNVA",
    "id": "tag:youtube.com,2011:9gW2YVBrNVA"
  },
  "target" : {
    "url": "http://example.org/favorites/",
    "objectType": "favoriteslist",
    "id": "tag:youtube.com,2011:9gW2YVBrNVA",
    "displayName": "John's Favorites"
  }
  "opensocialopenSocial" : {
    "embed" : {
      "gadget": "http://example.com/YouTube_EE.xml",
      "context": "9gW2YVBrNVA"
    }
  }
}

...