Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、pay メソッドで 'FB.UI' を使用すると、次のようになります。
var obj = { method: 'pay', action: 'purchaseitem', product: encodeURI(order_info.product), request_id: .... }; FB.ui(obj, function (data)....
支払いダイアログでユーザーに表示されるタイトルと説明を変更するにはどうすればよいですか?