Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Try posting to the Facebook platform bug database – Dmitry Negoda Apr 22 '12 at 19:57
1  
If you want to varify that it's a big with facebook and not with your app, then try to do it with the Graph API Explorer too, if you get the error there then it's probably a problem with facebook. – Nitzan Tomer Apr 22 '12 at 20:11
Thanks guys, I can replicate the issue in the Graph API Explorer as well as my PHP code. Attempting to log a bug now, but the bug submission page just gets stuck on a loading bar :( – David Apr 23 '12 at 12:56
An update - while trying a few things out today. It seems that if your App Type is set to Native/Desktop you get the error I saw. Setting the App Type to Web works ok and resets the scores as expected. – David Apr 23 '12 at 20:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.