During the NT10 desktop webinar someone asked about using the oAuth feature in a server. They were told to wait for the server webinar, but it was never mentioned. Is it possible to make the code work in a server app, or is a server version planned?
I have played around with a desktop app, and I have some ideas about how I might get it to work, but it would require some code hacking.
Can you increase the size of parms.pScope? I'm working with a service for a personal project that has a lot of scopes. The first string I made was about 1700 characters, though I didn't understand what I did and didn't need, so their's a lot I can cut out, but 256 is too restrictive.
Is it possible to not save, and load information to the ini file? Again in my personal project it is common to have one user auth several accounts at the same time. Also I see this as a requirement for using oAuth on a server.