Please note that this question is not regarding generic REST service calling. Its about specific Office 365 REST service API.
To be specific I need to utilize the 'Contact' API here: https://msdn.microsoft.com/office/office365/APi/contacts-rest-operations#UsingtheContactsRESTAPI
I was wondering how the Office 365 REST services can be utilized in a Console application. There are tools to deal with the APIs from Web, mobile and windows store apps. But I found no resource for console application.
I have the application created on the application registration portal here: https://apps.dev.microsoft.com
So I already have the Application Id, Application Secrets, Platforms Mobile application (Client Id, Redirect URI)
I think I will need the authentication token (I have the Username, password). And use that to call the REST services.