Hello Anjali,
Thanks for the reply,
I have checked post contents properly in the database and added successfully, also when i submit the post in backend area all inserted post meta I have checked like(xyz_fbap, xyz_fbap_insert_og).
My custom insert code on front end area.
` $post_id = wp_insert_post(array (
‘post_type’ => ‘abc_post’,
‘post_title’ => “My first question posting”,
‘post_content’ => “lorem content testing”,
‘post_status’ => ‘publish’,
));
I have selected custom post type in the settings page of Social Media Auto Publish area. Still, only “Page not found” title word showing on Facebook.