Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using how to code a wp_get_comment_status function from scratch using c# ?

    You can simply query the database directly. Use the comment ID to find the comment record, then retrieve the value in the status column.

    Can I ask where and how your using WordPress with c#, I’ve never heard of this or seen a question about c# on this forum. Interests me

    Thread Starter Elif Daldal

    (@elif-daldal)

    I use facebook api and can’t get the “status” colone from comment table.But in php, it can get.I want to learn how can i reach this colon with another language.

    Link of the comment table’s colones which i can get :

    https://developers.facebook.com/docs/reference/fql/comment/

    Facebook do not let me to get status colone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get facebook comment status with c#?’ is closed to new replies.