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

tshepang
  • 12,111
  • 21
  • 91
  • 136
Alon
  • 801
  • 1
  • 10
  • 22

1 Answers1

2

Facebook callback will contain a field called 'test_mode' set to 1.

Tom van der Woerdt
  • 29,532
  • 7
  • 72
  • 105