Hi Dan,
thanks, I've got the code from
coderanger.com, how are you linking it
into the project. I tried using a source path to add the project, but
that didn't work. Do you add all the other projects via source path
settings?
So I copied the com.coderange folder into the com folder of the
apprise project, not sure if that's the way to do it. When I did that
I was getting errors in the coderanger project, here's the errors I'm
getting:
Severity and Description Path Resource Location Creation Time Id
1046: Type was not found or was not a compile-time constant: HMAC.
apprise-read-only/com/coderanger OAuthManager.as line 266
1284063269522 673
1120: Access of undefined property Base64. apprise-read-only/com/
coderanger OAuthManager.as line 270 1284063269532 679
1120: Access of undefined property Crypto. apprise-read-only/com/
coderanger OAuthManager.as line 266 1284063269525 674
1120: Access of undefined property Hex. apprise-read-only/com/
coderanger OAuthManager.as line 267 1284063269527 675
1120: Access of undefined property Hex. apprise-read-only/com/
coderanger OAuthManager.as line 267 1284063269528 676
1120: Access of undefined property Hex. apprise-read-only/com/
coderanger OAuthManager.as line 268 1284063269529 677
1120: Access of undefined property Hex. apprise-read-only/com/
coderanger OAuthManager.as line 268 1284063269530 678
1120: Access of undefined property SpellUI. apprise-read-only/com/
adobe/apprise/views SendAIMWindow.mxml line 77 1284063267510 671
1120: Access of undefined property SpellUI. apprise-read-only/com/
adobe/apprise/views SendTwitterWindow.mxml line 71 1284063267942 672
1172: Definition com.hurlant.crypto:Crypto could not be found. apprise-
read-only/com/coderanger OAuthManager.as line 38 1284063269537 680
1172: Definition com.hurlant.crypto.hash:HMAC could not be found.
apprise-read-only/com/coderanger OAuthManager.as line 39 1284063269538
681
1172: Definition com.hurlant.util:Base64 could not be found. apprise-
read-only/com/coderanger OAuthManager.as line 40 1284063269539 682
1172: Definition com.hurlant.util:Hex could not be found. apprise-read-
only/com/coderanger OAuthManager.as line 41 1284063269540 683
Source path entry, 'C:\Projects\FlexProjects\Workspace\wimas3-read-only
\wimas3', is a subdirectory of source path entry, 'C:\Projects
\FlexProjects\Workspace\wimas3-read-only\wimas3\src'. apprise-read-
only Unknown 1284063258236 670I
It looks as though the coderanger project can't find/access the
as3corelib project?
I think if I solve these last problems I'll be up and running.
Cheers,
Stephen
On Sep 8, 5:06 pm, Dan <
100dash...@gmail.com> wrote:
> Hey Stephen,
>
> That OAuthEvent actually pertains to another library I added in the
> latest version, which allows for OAuth authentication with Twitter
> (they turned off basic authentication). You'll need the open-source
> OAuth library from CodeRanger, which is currently available here:
http://www.coderanger.com/blog/?p=59
>
> I'll update the site to indicate that there's another dependency.
>
> Thanks,
> Dan
>