กิจกรรม First Care for My Car ที่ ศูนย์บริการอีซูซุ สาขาสอยดาว จ้า
$( document ).ready(function() {
var URL = "https://example.prachakij.com/index.php/ProController/share_page/relationship/67";
$.ajax({
url: 'https://example.prachakij.com/index.php/ProController/facebookApiGraph',
method: 'POST',
dataType: 'json',
data: {
URL: URL,
}
}).success(function(data) {
console.log(data);
}).error(function(error) {
console.log(error);
});
});