1

I have an application set up that uses facebook credits set up with a couple of tester-users so we can validate everything works.

We're also tracking revenue in our system, this presents a problem with tester-accounts as their purchase are not "real".

Is there some way to differentiate in the call-back ? (I figure worst case I can white-list several FB-ids to not count for our reports, but this is sort of a hack).

4

1 回答 1

2

Facebook 回调将包含一个名为“test_mode”的字段,设置为 1。

于 2011-11-27T13:34:27.980 回答