Have some serious doubt as to what to use when implementing Outlook REST API for processing mails of users...
Regarding OAuth2 URL:
the php client example specifies "https://login.microsoftonline.com"
but the msdn docs specifies "https://login.live.com/oauth20_token.srf"
Regarding OAUTH2 Scopes:
Also regarding the Scope for enabling our app to use offline access for accessing the user's data anytime,
The Stack overflow Answer Specifies "offline_access" scope
whereas msdn scope docs1 and msdn scope docs2 Specifies "wl.offline_access" scope
I'm confused... will the support be dropped for any of the above spec attributes at any point of time? will my app stop working if they stop supporting it or is any of the above mentioned spec attributes expired/deprecated?
Plzzzz someone clarify this to me