Quickbook Intergration Using PHP
问题 I want to integrate Quickbook using php. I downloaded php coding from https://github.com/pleslie/phpaggcat/ Also i downloaded http://simplesamlphp.org/download and OAuth files. I have linked Private key and certificate . And also i have sepecified the OAUTH_CONSUMER_KEY and OAUTH_SHARED_SECRET I want to specify the SAML_IDENTITY_PROVIDER_ID I dont know where i get this PROVIDER ID. Code : define('SAML_IDENTITY_PROVIDER_ID', 'PLEASE FILL IN'); Can anyone tell, where i get this ID? 回答1: