I have a .net app that needs to consume data from Project Online. (Note: this is not a "project app", at this point it's just a console application). In the browser, I can easily connect to /_api/projectdata. But how can this be done via C#?
I have found a variety of different methods for authenticating with office 365 on the internet, but the ones I've found seem a bit hacky and I'm not confident that those methods are really supported by MS. So, is there a supported method for authenticating
and working with oData from Project Online from an on-premise application?
Mike G.