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

Facebook Credits Demo Application

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

Title:

Price:

Description:

Image URL:

Product URL:


" ."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