I am trying to delete all scores in the Facebook scores API for my app. I am sending a HTTP DELETE request to https://graph.facebook.com//scores
and passing over the app access token. However I always get the following error returned: *"An error_index was specified (1)but not found in getErrors()."*
Any ideas? I have no idea why it is doing this!
Thanks,
David