FuelSDK-CSharp icon indicating copy to clipboard operation
FuelSDK-CSharp copied to clipboard

Link in Getting Started secion in Readme is dead

Open clementpoh opened this issue 5 years ago • 0 comments

I'm also not sure whether it's still up to date, I thought I tried everything. I'm still not sure what the end points should be: https://salesforce.stackexchange.com/questions/257430/fuelsdk-endpoints-clarification I've tried making the authendpoint blank, making it https://blah.auth.marketingcloudapis.com/ and https://blah.auth.marketingcloudapis.com/v2/token none of them worked.

ETClient initialisation code as below:

var client = new ETClient(new NameValueCollection { { "clientId", "CLIENTID" }, { "clientSecret", "SECRET" }, { "authEndPoint", "https://blah.auth.marketingcloudapis.com/v2/token" }, { "soapEndPoint", "https://blah.soap.marketingcloudapis.com/" }, { "restEndPoint", "https://blah.rest.marketingcloudapis.com/" }, });

clementpoh avatar Apr 11 '19 09:04 clementpoh