when working facebook api there problem when post on wall if come across quote, single or double in post appears slash, example your's becomes your\'s.
$response = $fb->post("/{$group_id}/photos", array( 'message' => $text, 'url' => $image, 'published' => false, 'scheduled_publish_time' => $time ), $token);
i try "don\'t" , "don\\'t" , 'don\'t' nothing helps
Comments
Post a Comment