jbholden / cdcpool_google

0 stars 1 forks source link

FBPool API delete appears not to be working with the production site #26

Open jbholden opened 10 years ago

jbholden commented 10 years ago

When using the fbpool api (/scripts/api), the delete commands do not appear to work when using the main site url (http://cdcpooltest.appspot.com). It complains of a malformed URL.

I believe this is because I am sending data with the HTTP DELETE command and Google app engine does not allow this.