diff --git a/README.md b/README.md
index 75cb991..532940a 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,6 @@ The contents of the URL is checked in the following order:
** Twitter
** (more coming soon)
* h-entry, h-event, h-card
-* OEmbed (coming soon)
-* OGP (coming soon)
## Parse API
@@ -84,29 +82,33 @@ Possible errors are listed below:
```json
{
- "data": {
- "type": "entry",
- "author": {
- "type": "card",
- "name": "Aaron Parecki",
- "photo": "https://aaronparecki.com/images/aaronpk-256.jpg",
- "url": "https://aaronparecki.com/"
- },
- "url": "https://aaronparecki.com/2016/01/16/11/",
- "published": "2016-01-16T16:26:43-08:00",
- "photo": [
- "https://aaronparecki.com/2016/01/16/11/photo.png"
+ "data":{
+ "type":"entry",
+ "published":"2017-03-01T19:00:33-08:00",
+ "url":"https://aaronparecki.com/2017/03/01/14/hwc",
+ "category":[
+ "indieweb",
+ "hwc"
+ ],
+ "photo":[
+ "https://aaronparecki.com/2017/03/01/14/photo.jpg"
],
- "syndication": [
- "https://twitter.com/aaronpk/status/688518372170977280"
+ "syndication":[
+ "https://twitter.com/aaronpk/status/837135519427395584"
],
- "summary": "Now that @MozillaPersona is shutting down, the only good way to do email-based login is how @poetica does it.",
- "content": {
- "html": "Now that @MozillaPersona is shutting down, the only good way to do email-based login is how @poetica does it.",
- "text": "Now that @MozillaPersona is shutting down, the only good way to do email-based login is how @poetica does it."
+ "content":{
+ "text":"Hello from Homebrew Website Club PDX! Thanks to @DreamHost for hosting us! 🍕🎉 #indieweb",
+ "html":"Hello from Homebrew Website Club PDX! Thanks to @DreamHost for hosting us! 🍕🎉 #indieweb"
},
+ "author":{
+ "type":"card",
+ "name":"Aaron Parecki",
+ "url":"https://aaronparecki.com/",
+ "photo":"https://aaronparecki.com/images/profile.jpg"
+ }
},
- "url": "https://aaronparecki.com/2016/01/16/11/"
+ "url":"https://aaronparecki.com/2017/03/01/14/hwc",
+ "code":200
}
```