On Thu, Aug 13, 2009 at 5:57 PM, catcalls <[email protected]> wrote:
> > Bojan, > > This is a problem. I cannot find the URLEncoding feature. > > Basically, I have declared OAuth.Twitter as Oauth2 and use > OAuth.GetAuthorisationLink() etc... to authorise so that object is > authorised. BUT - OAuth.Twitter has no URLEncoding feature that I can > find? > > Neither can I locate URLEncode in OAuth class - I just tried declaring > it in VB.NET 2005 and I tried OAuth.RequestMethod and others and could > not locate any URLEncode method? It might be a private method, I don't remember if the original version had it public. You may have to just copy its code into your class (you can do this, it's open source and liberally licensed [MIT]). Grab the code from SVN.
