Re: [flexcoders] AIR with twitter

2008-10-14 Thread meaglith
Check the crossdomain.xml of twitter, http://www.twitter.com/crossdomain.xml On Mon, Oct 13, 2008 at 6:02 PM, abhishekchess1 [EMAIL PROTECTED]wrote: hello all frnds, i want to connect my AIR application with twitter API, i never used any API before, i used mx:HTTPService

[flexcoders] AIR with twitter

2008-10-13 Thread abhishekchess1
hello all frnds, i want to connect my AIR application with twitter API, i never used any API before, i used mx:HTTPService id=httpSerSendMessage url=http://twitter.com/direct_messages/new.format; result= resultHandlerSendMessage(event); fault=faultHandlerSendMessage(event);

Re: [flexcoders] AIR with twitter

2008-10-13 Thread Shahid Faiz
i hope you have found the answer on twitter mailing list. replace .format with .xml as you are expecting e4x. - shahid On Mon, Oct 13, 2008 at 3:02 PM, abhishekchess1 [EMAIL PROTECTED]wrote: hello all frnds, i want to connect my AIR application with twitter API, i never used any API