Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
132 views
in Technique[技术] by (71.8m points)

saml - 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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

CustomerAccountData(AggCat) API and QB REST APIs are two different service.

Ref - https://developer.intuit.com/docs

AggCat - Private Key, Certificate , SAML all these are related to AggCat. If you want an AggCat integration, then refer the following link.

For Aggcat integraion, you should test all keys before integrating those with your application. It will help you to bring the application in running state quickly. To test these keys, you can use apiexploler tool as mentioned in the following docs.

QB - if you interested in integration with QB, then please refer

Thanks


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...