How can I create an Oauth signature and SAML approval for the Intuit Partner platform?

I'm trying to connect to the Intuit Partner Platform to use the new AggCat API, but I'm struggling to set the Oauth Signature and SAML approval settings for authentication and using the API. As an example, I looked at PHP DevKit for QuickBooks , but I think this is a different authentication process. Are there any examples of using PHP to authenticate and use the Intuit AggCat API?

+4
source share
2 answers

There is a sample PHP on github, but I still haven't been able to figure out how to set up SimpleSAMLPHP. Here is a link to a sample on github: phpaggcat .

If someone is more fortunate with the github sample using SimpleSAMLPHP and you can get a more complete answer, I would appreciate any advice on its work.

Edit 04/08/2013

I recently looked at it and made money. See my answer here.

+1
source

All Articles