My system should verify user's type during registering process. The verification is done with data from Salesforce. I created Salesforce REST API. I wondering how should I create ZF2 client to consume Salesforce REST API ? Should it be done as a zf2 lazy service, or just as a regular service ?
Asked
Active
Viewed 113 times
0
-
What did you try so far? – edigu Aug 26 '15 at 13:05
-
I am trying to setup this package for salesforce, but I am not sure yet if it is going to work for me: https://github.com/misarji/zend-oauth2 – vlr Aug 27 '15 at 05:43