Hi there, As the good folks at [email protected] said, the code you're using utilizes basic auth (a combination of username & password) which is no longer supported with the API. You'll need to either adapt your library to use OAuth or find a new Twitter library that uses OAuth. There is at least one AS3-based OAuth library in existence: http://code.google.com/p/oauth-as3/
@episod <http://twitter.com/episod> - Taylor Singletary On Fri, Apr 1, 2011 at 5:53 AM, MANABUF <[email protected]> wrote: > In process to create Twitter client App with GoogleTwitterApi.1.3.swc, > I came across "stream error". > Pls take a look at the following Page > I indicated wthat I did and messages that I'm facing. > > http://pengpeng.chips.jp/twitter/TwitterAPI.htm > > I made a same question to support "Twitter API Policy". > And their answer. > But I can't figure out how I modify my code. > > > QUOTE > > Based on your code, it looks like you are still trying to send basic > auth credentials (username and password). Twitter no longer supports > basic authentication in the API. You will need to convert your > application to OAuth instead. For more information, please see > http://dev.twitter.com/pages/basic_to_oauth . > > In addition, make sure you use the correct endpoints for API calls, > such as > http://api.twitter.com/1/statuses/friends_timeline/TOMIYASU_chan.xml > instead of http://twitter.com/statuses/friends_timeline/TOMIYASU_chan.xml > > QUOTE END > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
