Is it possible to build any application (console, windows store, WPF, MVC, Web API, Android, iOS etc.) that consumes the Office 365 REST API without Azure Active Directory involvement?
So far that does not seem possible without Azure Active Directory. But there are many app on Windows, Android and Applet app store that can be connected to Office 365 and pull the user contacts. So how do they do that?
the new and recommended way to register an app for OAUTH and consume the Office365 REST apis is through this url devs.apps.microsoft.com
This has been created to allow people without an Azure Account to consume Office365 apis.