What is xid in facebook comment api? -


i trying put facebook comment in wordpress blog each post. want pass url of post xid doesn't work. want able collect comments each post separately.

let me know if there other way collect comments post separately.

you're correct use xid unique identifier each post. according documentation, xid can consist of: "alphanumeric characters (aa-zz, 0-9), hyphens (-), percent (%), period (.), , underscores (_)".

instead of using url, try passing in unique id of each post if have access wordpress. if isn't option, use php url-encode url.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -