Logout and Add contact in Adobe Flex
Hello All
Has anyone got Logout(DELETE) and Add contact(PUT) working in Adobe Flex application? I am using httpService to send requests. I have tried most of the tricks like
1, adding _method=PUT/DELETE in url.
2. using override method eg: httpService.headers = {"X-HTTP-Method-Override": "PUT"};
3. Sending dummy data as post eg: httpService.send(_method: "DELETE");
etc
If any one of you have got yahoo oauth DELETE and PUT working in flex application please guide me, your help will be much appreciated
Kind Regards
Asif Shaik
by
0 Replies