Open Graph Matt
Open Graph Matt
Matt Kelly
Monday, August 27, 12
https://graph.facebook.com/me { "name": "Matt Kelly", "work": [ { "location": { "name": "Palo Alto, California" }, "position": { "name": "Developer Advocate" }, } ], "email": "[email protected]", fb_url: facebook.com/mk, "twitter": "@mattwkelly", "github": "mattwkelly"
Like Like
Like
Like
LISTE
Monday, August 27, 12
Native Apps
Native Apps
Desktop Web
Desktop Web App
Play a Sound Like a Sound Post a Sound Follow a User Join a Group
Permissions Dialog
http://a.url.can/go?here
Monday, August 27, 12
ACTION
OBJECT
https://developers.facebook.com/apps/.../opengraph
Monday, August 27, 12
https://developers.facebook.com/apps/.../opengraph
Monday, August 27, 12
<head> <title>Lasagne</title> <meta property="og:type" content="foodapp:dish"/> <meta <meta <meta <meta property="og:title" content="Lasagne"/> property="og:description" content="yummy"/> property="og:url" content="http://mysite.com/lasagne"/> property="og:image" content="http://mysite.com/lasagne.jpg"/>
http://mysite.com/lasagne
. Publish Actions
user performs action in app client or server posts action to Facebook POST https://graph.facebook.com/me/ foodapp:cook access_token=234876AB6865...& recipe=http://mysite.com/lasagne Facebook gets the object's metadata GET http://mysite.com/lasagne
Monday, August 27, 12
Text
. Read Actions
Walkthrough
Creating Actions and Object Types Hosting Objects Permissions and Authentication Publishing Actions from the Graph Explorer Reading Actions from the Graph Explorer Publishing Actions from the Mobile Web
Top Tips
Authentication matters
message
Localize
<meta property="og:locale" content="en_US"/> <meta property="og:locale:alternate" content="es_MX"/> <meta property="og:title" content="Pork Rinds"/> <meta property="og:locale" content="es_MX"/> <meta property="og:locale:alternate" content="en_US"/> <meta property="og:title" content="Chicharrones"/>
Monday, August 27, 12
GET http://mysite.com/pork
Native Apps
Native Apps
Desktop Web
Desktop Web App