Facebook Comment ID -


i trying synchronize facebook comments wordpress comments.

and wondering why facebook comment id different status , object (of same wall post). getting comments via fql, , when queried post id, comment id of format "279659443812183_454543377958451_3088653" (fanpageid_postid_commentid). when queried object id, getting comment id in format "454543377958452_3088653" (objectid_commentid).

and totally strange. when posting comment via app, whether "post id" or "object id", comment id returned has same format. bad when want compare comment ids.

is documented anywhere? can´t find it.

it strange - appears facebook has started change format comments. may have comment threading. heads on , consistency of ids helpful.

so seem areas of system return the old version was:

pageid_postid_commentid

whereas areas return new version is:

postid_commentid

i'm digging myself - have thought fb make bigger deal of changes ids. perhaps putting on breaking changes roadmap page have been start...


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -