0

We're implementing some achievements for our game so we're working on our QA app.

How can I reset (if at all) all the achievements in the app ?

Christian Rau
  • 45,360
  • 10
  • 108
  • 185
Alon
  • 801
  • 1
  • 10
  • 22

1 Answers1

0

You can delete the achievements via the API: https://developers.facebook.com/docs/achievements/

Igy
  • 43,710
  • 8
  • 89
  • 115
  • Thanks, I've found the specific delete - but it does not allow to delete if a user has that achievement. So a bit of a hassle which I'll gladly avoid (NOTE: I know it's against fb policy to delete, this is in a QA app) – Alon Nov 28 '11 at 18:54