PHP Classes

oauth_configuration.json not include microsoft server object !

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  oauth_configuration.json not include...  >  (Un) Subscribe thread alerts  
Subject:oauth_configuration.json not include...
Summary:please insert microsoft server prop and update file
Messages:3
Author:Nova Year
Date:2014-07-09 20:39:10
Update:2014-07-10 10:37:27
 

  1. oauth_configuration.json not include...   Reply   Report abuse  
Picture of Nova Year Nova Year - 2014-07-09 20:39:11
hi Manuel,
im using your PHP OAuth API, my new small project.
microsoft oAuth example always retun error, because
oauth_configuration.json not include microsoft server
object properties. Mavenlink and jump oDesk no found microsoft.
please insert microsoft server prop and update file.
thx, best regards.

  2. Re: oauth_configuration.json not include...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-07-09 22:46:36 - In reply to message 1 from Nova Year
Microsoft support is built-in the class. That is why it is not defined in the separate oauth_configuration.json file.

Just make sure you set the server variable to Microsoft starting with capital M.

  3. Re: oauth_configuration.json not include...   Reply   Report abuse  
Picture of Nova Year Nova Year - 2014-07-10 10:37:27 - In reply to message 2 from Manuel Lemos
thank you Manuel,
its working
converted microsoft->Microsoft and work..
good days.