EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

Sunsetting Legacy API Keys What do I need to do? #64

Open gasand opened 1 month ago

gasand commented 1 month ago

Hi everyone, thanks for your work!

In a recent post, which can be found at this link: https://help.keap.com/help/sunsetting-legacy-api-keys, Keap announced the sunsetting of Legacy API Keys.

I’ve inherited a piece of code that uses your library to connect to Infusionsoft, and it works pretty well. However, I’ve realized that I'm using a Legacy API Key through your library.

Now, I’m not sure what steps I need to take. Is it just a matter of generating a new key and continuing to use your library, or is there more that I need to do?

Fraanv1 commented 3 weeks ago

Hi, same issue here

gasand commented 3 weeks ago

Hi @Fraanv1 I've fixed the problem this way:

Rebuilt the .dll Now I use my version of the dll an I can use a SAKapiKey

Hope this helps you!