[twitter-dev] Re: Twitter login with Flex

2009-12-03 Thread Jef
Thanks a lot for your answers. I've been looking into the Tweetr library and found an example to login and send a Tweet. (this example: http://tweetr.googlecode.com/svn/trunk/examples/flex/example_2.mxml) However, if I click on the send tweet button while my username and password are already

[twitter-dev] Re: Twitter login with Flex

2009-11-29 Thread orian
As long as you are building an AIR app you are okay, but if you're working in Flex and intending to put the result online somewhere, it's not going to work. This is due to Twitter's unfortunate ongoing blocking of Flash apps by using a restrictive crossdomain.xml policy. There is no way right now

[twitter-dev] Re: Twitter login with Flex

2009-11-26 Thread Wilfred yau
I think you are using Basic Auth to login, but it don't work well in Flex, you should try to use OAuth that have better support on Flex. any you can use some library to help you finish the project: http://code.google.com/p/tweetr/ http://code.google.com/p/oauth-as3/ sample code is including in