I’m pulling my hair out over this, maybe someone has an idea. We have a web application, registered with Azure, that is grabbing calendar and event data from the Office 365 API that pertains to the logged in user’s account. When a user logs on to our system, we get the refresh token and access + ID tokens from Office365
Tag: oauth
Curl error 60, SSL certificate issue: self signed certificate in certificate chain
I try to send curl request with my correct APP_ID, APP_SECRET etc. to the I need to get access_token from it, but get a FALSE and curl_error() print next message otherwise: My code is: When I move manually to the link above, I get access_token well. Why it doesn’t work with curl? Help, please. Answer Answers suggesting to disable CURLOPT_SSL_VERIFYPEER
How can I use API to get quickbooks data without browser based OAUTH?
This is in relation to the online version of Quickbooks, QBO (not the desktop). We need our serverside code to be able to log-in and query some data from quickbooks (just like your API provides) and supply this information to our billing system. This would not involved a browser and use something like curl but this means there is no