Posted on

Tweetr and the Twitter API 1.1

So I am trying to convert this open source project, Tweetr, to support the new 1.1 API by twitter.
I’m running into a compilation error.

C:\Users\Robert\Desktop\tweetr\com\swfjunkie\tweetr\oauth\OAuth.as, Line 403    1120: Access of undefined property AIR.

That particular line is “CONFIG::AIR”
I am trying to do this with the new source code up on Tweetr 1.0b3. Actually he warns not to download the source because it won’t compile and to use the SWC he distributes instead.
But honestly this isn’t going to work. How can I update the project if I have to use the SWC?