Is there a service or way to get the same information as the Facebook Object Debugger page? -
Is there a service or way to get the same information as the Facebook Object Debugger page? -
we creating project have list of urls , display info each page facebook when add together link post.
is there service or api phone call returns me json of graph properties 1 generated @ bottom of facebook object debugger ? (ex: http://graph.facebook.com/421751811580 )
the reading graph api states can pass in url id. however, urls doesn't homecoming info debug tool. (ex: https://graph.facebook.com/?ids=http://www.terra.com.br)
my other thought phone call object debugger url , parse page. i´m not sure if safe or allowed facebook. (ex: http://developers.facebook.com/tools/debug/og/object?q=http%3a%2f%2fwww.terra.com.br)
this post led me ?ids= information
update [nov 6, 2014]: sadly, adding format=json
has no effect current version of facebook og debugger.
add &format=json call. i'd wary making lot of calls this, because not part of official api.
http://developers.facebook.com/tools/debug/og/object?q=http%3a%2f%2fwww.terra.com.br&format=json
{ "warning":[ { "type":"inferred property", "message":"the og:url property should explicitly provided, if value can inferred other tags." }, { "type":"inferred property", "message":"the og:title property should explicitly provided, if value can inferred other tags." }, { "type":"inferred property", "message":"the og:image property should explicitly provided, if value can inferred other tags." }, { "type":"inferred property", "message":"the og:locale property should explicitly provided, if value can inferred other tags." } ], "info":[ { "type":"fb:admins", "message":[ 1640032884 ] }, { "type":"og:url", "message":"http:\/\/www.terra.com.br\/portal\/" }, { "type":"og:type", "message":"website" }, { "type":"og:title", "message":"terra - not\u00edcias, v\u00eddeos, esportes, economia, divers\u00e3o, m\u00fasica, moda, fotolog, blog, chat" }, { "type":"og:image", "message":[ "http:\/\/p2.trrsf.com.br\/image\/get?o=cf&w=89&h=67&src=http\u00253a\u00252f\u00252fp2.trrsf.com.br\u00252fimage\u00252ffget\u00252fcf\u00252f300\u00252f300\u00252fimg.terra.com.br\u00252fi\u00252f2012\u00252f01\u00252f12\u00252f2176927-3276-rec.jpg" ] }, { "type":"og:updated_time", "message":1326392389 } ], "debug":[ { "type":"meta tag", "message":"\u003cmeta property=\"fb:admins\" content=\"1640032884\" \/>" } ] }
facebook facebook-graph-api
Comments
Post a Comment