Posted Items on Facebook
1–6 of 6 posts
Re: Posted Items on Facebook
#2Re: Posted Items on Facebook
#3tag. They definitely cache them somewhere, since pulling them every time would do terrible things to load time and is unreliable.
Re: Posted Items on Facebook
#4Re: Posted Items on Facebook
#5Title and first sentence are probably grabbed directly (probably cURL), it's trivial to snag a tag and the first tag. They definitely cache them somewhere, since pulling them every time would do terrible things to load time and is unreliable.
Re: Posted Items on Facebook
#6Set up a page on a server you control that has a URL you know that Facebook has never seen.
Start making a posted item on Facebook with that URL.
Check your logs and see what User-Agent Facebook is using, and try to get your best guess as to what is going on.
Beyond the User-Agent (which might just be something like "Facebook") you could always dive deeper by investigating the actual packets sent and comparing them to those generated by something like wget or cURL.