===== サンプル - index.php ===== Facebook Credits Demo Application

Facebook Credits Demo Application

Create an order by specifying the following attributes:
ID, Title, price, description, image URL and product URL

$val) { ?> Title:
Price:
Description:


" ."Data returned from Facebook:
" ."Order ID: " . $_GET['order_id'] . "
" ."Status: " . $_GET['status']; } elseif ($_GET['error_code'] && $_GET['error_message']) { $html = "Transaction Failed!

" ."Error message returned from Facebook:
" .$_GET['error_message']; } ?>


Back to home