Hi Abhishek, I found a tutorial here:
http://blog.log2e.com/2008/05/25/twitter-flex-and-json/ Check if it is useful. Regards, Venkat www.venkatv.com On Sun, Oct 12, 2008 at 2:11 PM, abhishekchess1 <[EMAIL PROTECTED]>wrote: > > could u tell me how can we do application in AIR which show me > messages send at twitter at our account and also how we can send msg > from AIR to twitter's our account > > i dont know how to use API, i know FLex 3 > > > i used > <mx:HTTPService id="httpSerSendMessage" > url="http://twitter.com/direct_messages/new.format" > result="resultHandlerSendMessage(event);" > fault="faultHandlerSendMessage(event);" > method="POST" > resultFormat="e4x" > > <mx:request > > <user>{userName}</user> > <text>{message}</text> > </mx:request> > </mx:HTTPService> > > but it give an error > [RPC Fault faultString="HTTP request error" > faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent > type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error > #2032: Stream Error. URL: http://twitter.com/direct_messages/new.format" > errorID=2032]. URL: http://twitter.com/direct_messages/new.format"] > > is authentication mtd is req ? > how to use authentication mthod > http://twitter.com/account/verify_credentials.format , and wat to send > in it ? > [EMAIL PROTECTED] > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

