kennylerma / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

URLRequest doesnt support the "Delete" method #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try calling Facebook.api and passing "DELETE" as the requestMethod
2. In particular for deleting a TAB from a PAGE

What is the expected output? What do you see instead?
This fails, because URLRequest in FacebookRequest doesnt support delete method. 

What version of the product are you using? On what operating system?
1.7

Please provide any additional information below.
After looking arround, HTTPService in flex would fix this, however this is an 
AS3 library...what would you recommend? will there be a fix for this shortly?

Original issue reported on code.google.com by sharifel...@gmail.com on 1 Sep 2011 at 11:40

GoogleCodeExporter commented 9 years ago
try this : 

Facebook.api("ID/?method=delete", params, 'POST');

i think it will work

Original comment by khaledgarbaya on 5 Sep 2011 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 25 Oct 2011 at 9:14