facebook付费订阅,价格硬编码

时间:2012-11-05 18:06:56

标签: java facebook payment subscription

正如我所看到的facebook payment subscription documentation,价格在开放图形html对象(fbpayment:price)中被硬编码,每次创建订阅时都会引用该对象。我想知道是否有一些工作来设置用户创建订阅时的价格。即订阅订单中的某种参数或类似的东西。

1 个答案:

答案 0 :(得分:0)

我可能误读了那个文档,但是从那个文档:

There may be zero or more `alternate_price` properties, to allow the application to price subscriptions differently for different currencies.

An app can define multiple subscriptions associated with the app. However a user can have only one active subscription at any time for that app.

这不包括你的用例吗?