I just installed OAuthPlayground as a managed package into a new DE org. I then
dropped in some code that references the OAuth class and added the
oauthplayground prefix:
oauthplayground.OAuth oa = new oauthplayground.OAuth();
but Apex is complaining 'Error: Compile Error: Type is not visible: oauth at
line 331 column 40'.
Looking at the code, OAuth is defined as public, but I think it needs to be
global.
Original issue reported on code.google.com by metada...@gmail.com on 5 Aug 2011 at 6:28
Original issue reported on code.google.com by
metada...@gmail.com
on 5 Aug 2011 at 6:28