Re: [twitter-dev] AS3 Support?

2010-08-07 Thread meaglith
?xml version=1.0 encoding=UTF-8?
cross-domain-policy xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:noNamespaceSchemaLocation=
http://www.adobe.com/xml/schemas/PolicyFile.xsd;
  allow-access-from domain=twitter.com /
allow-access-from domain=api.twitter.com /
allow-access-from domain=search.twitter.com /
allow-access-from domain=static.twitter.com /
site-control permitted-cross-domain-policies=master-only/
  allow-http-request-headers-from domain=*.twitter.com headers=*
secure=true/
/cross-domain-policy

It's twitter's crossdomain.xml file. You can use AIR/AS3 access the api, but
couldn't access from other swfs hosting by other domain.
---
Blog: http://douhua.im
Twitter: http://twitter.com/genedna
Website: http://douhua.im
---


On Fri, Aug 6, 2010 at 3:29 AM, dmarr dave.m...@gmail.com wrote:

 Is there any kind of AS3 support for the twitter api?

 I am struggling trying to cobble together information on the topic and
 it seems like everything is outdated.

 This is the demo I am trying to implement but it doesnt seem to be
 making any requests with the connect() method:


 http://blog.yoz.sk/2010/04/twitterlogger-class-to-full-twitter-api-access-from-actionscript-3/

 Thanks for any help,
 Dave


Re: [twitter-dev] AS3 Support?

2010-08-06 Thread Matt Harris
Hi Dave,

There is a community written AS3 OAuth library to help connect to the
Twitter API listed on our OAuth Libraries page:
  http://dev.twitter.com/pages/oauth_libraries#flash

There are also a number of community Twitter libraries listed on our
Libraries page:
  http://dev.twitter.com/pages/libraries#flash

Maybe a combination of those can help. If you find anymore let us know and
we'll add them to the list.

Matt

On Thu, Aug 5, 2010 at 12:29 PM, dmarr dave.m...@gmail.com wrote:

 Is there any kind of AS3 support for the twitter api?

 I am struggling trying to cobble together information on the topic and
 it seems like everything is outdated.

 This is the demo I am trying to implement but it doesnt seem to be
 making any requests with the connect() method:


 http://blog.yoz.sk/2010/04/twitterlogger-class-to-full-twitter-api-access-from-actionscript-3/

 Thanks for any help,
 Dave




-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris


[twitter-dev] AS3 Support?

2010-08-05 Thread dmarr
Is there any kind of AS3 support for the twitter api?

I am struggling trying to cobble together information on the topic and
it seems like everything is outdated.

This is the demo I am trying to implement but it doesnt seem to be
making any requests with the connect() method:

http://blog.yoz.sk/2010/04/twitterlogger-class-to-full-twitter-api-access-from-actionscript-3/

Thanks for any help,
Dave