I setup an app api with: OAuth Type: device flow After 5 straight hours I finally figured out how to authorize getting the device flow: (btw: why is the php sdk 8 years old?) I'm basically creating my own. https://v3.developer.constantcontact.com/api_guide/server_flow.html#step-1-create-an-authorization-request This is just for my internal app. Why is this so difficult? Now I'm stuck on Refreshing the Token. The overview docs claim no client_secret is needed when using device-flow. But at the bottom of the page where refresh token instruction are given: it states to combine client_id : client_secret and to base64() encode them. what? Soooo where is my client_secret? The "create client secret" button is not present for device flow....BUT how do i create a refresh token without it? (or if I am going about this wrong, please do inform) this process is insane. Please help. Thanks ps. I tried the Auth-Code-Flow method but cannot get past the empty white screen. (but has javascript)
... View more