Facebook Open Graph doesnt update -


hy!

can me if it's possible force facebook new scan each new "ajax"-url person adds. wanna link user-profiles our car-club, .. see ..

to begin first point:

0) have url:

user-url: https://xxxxx-carclub.at/#!/facebook

1) pass open-graph request in index.php with:

 if (preg_match("/facebookexternalhit/is", $_server['http_user_agent'])) {         include("./includes/opengraph/facebook.php");         exit();     } 

2) give output crawler: (with body, etc.)

<head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <title>xxxxxxaustria - opengraph</title> <!-- facebook open graph meta tags --> <meta property="og:title" content="audi a4, 2.5 tdi quattro von christoph eder" /> <meta property="fb:app_id" content="xxxxxx"/> <meta property="fb:admins" content="xxxxxx"/> <meta property="og:type" content="article" /> <meta property="og:url" content="https://url.at/#!/facebook" /> <meta property="og:image" content="https://url.at/images/membercars/1_1.jpg" /> <meta property="og:site_name" content="xxxxxx-carclub.at" /> <meta property="og:description" content="16'' stahlfelgen, audi originalfahrwerk, ..." /> </head> 

3) start open-graph debugger , got result:

opengraph debugger output

4) put url status-update, got preview text start-page:

facebook statusupdate-preview

5) finally, in update(post) have result, right text wrong image..

status result, wrong image

have at

maybe should let facebot through. have had @ logs? user-agent etc. shown fb requests?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -