I am new to office 365 API. My requirement is i need to connect to office365 using REST API.
For authentication purpose i have only
Password
As the fields , Can i generate a session with these? Or I need to collect the Client id , Secret and Return URL in authentication step it self?
I need to build a windows application not a web.
Also after authentication is successful i need to write code for Add Delegate , Update Delegates for Exchange server. Can i connect to these services by using RESt API?
Please help me to do these things.