You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Facebook changed the story_fbid query param recently, which we use to generate item ids. It now changes regularly, so our ids change, so the same post(s) keep reappearing in feeds and consuming readers as if they were new.
Key point is that story_fbid values now start with a pfbid prefix, followed by a 67-char base64 string. Redacted example URL:
Aha, looks like I can get the post id from top_level_post_id or mf_objid inside the _ft_ query param, which is a URL-encoded, :-separated string, eg (redacted):
Facebook changed the
story_fbid
query param recently, which we use to generate item ids. It now changes regularly, so our ids change, so the same post(s) keep reappearing in feeds and consuming readers as if they were new.Key point is that
story_fbid
values now start with apfbid
prefix, followed by a 67-char base64 string. Redacted example URL:(
id
here is a Facebook user id; it hasn't changed.)The text was updated successfully, but these errors were encountered: