Git Product home page Git Product logo

Comments (6)

garek007 avatar garek007 commented on August 16, 2024

Are you sure you have the right keys? You are not using test keys are you? I haven't set this up in a while, but was there a step to publish the keys that you may have missed?

from fuelsdk-php.

stef686 avatar stef686 commented on August 16, 2024

After posting this I found this article: https://salesforce.stackexchange.com/questions/208249/php-fuelsdk-with-account-unable-to-auth which mentions the possibility that our IP isn't whitelisted. I've contacted our account manager as he provided the keys to us - hopefully that's what the issue is, but I will update this thread when I get an answer

from fuelsdk-php.

garek007 avatar garek007 commented on August 16, 2024

If that doesn't work you may try setting up your own keys via app registration. Yes please let us know if that's it!

from fuelsdk-php.

stef686 avatar stef686 commented on August 16, 2024

It seems setting the option to cache the wdsl resolved this issue:

$myclient = new ET_Client(true);

However it did then give me an additional error where the baseUrl was not set. I had to add an entry to the config file to resolve this:

return array(
    ...
    'baseUrl' => 'https://www.exacttargetapis.com',
    ...
);

from fuelsdk-php.

garek007 avatar garek007 commented on August 16, 2024

glad to see you got it worked out

from fuelsdk-php.

garek007 avatar garek007 commented on August 16, 2024

@stef686 I am now having similar issues. Did you set this up in a local environment? Based on what I'm reading, it may be the https since my local environment is NOT https

from fuelsdk-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.