Getting a Count of Contacts from Outlook Office REST API - Javascript
问题 I'm having difficulty distinguishing between Microsoft's absurd amount of conflicting API documentations: outlook.office.com, outlook.office365.com, microsoft graph, Azure, and so on I've successfully authenticated and pulled contacts, but I can't seem to get a count to know when I should stop pagination. I've been using: Access Token url: https://login.microsoftonline.com/common/oauth2/v2.0/token; Successful Contact url: https://outlook.office.com/api/v2.0/me/contacts; Their REST API