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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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