Constant Contact Logo
Community Home
Get Inspired
  • Expert Advice
  • Share & Get Ideas
Learn & Grow
  • Commonly Asked Questions
  • Community Know-How
  • Get Started With SMS
  • Onboarding Hub
  • It's goal time.
Support
  • API Developer Support
  • Give Feedback
  • Get Help
  • Help Center
Announcements
  • Announcements
  • Constant Contact News
  • Welcome Center
My Rewards
  • Sign up free
  • Log in
  • Constant Contact Community
  • :
  • About RyanV806

About RyanV806

RyanV806
RyanV806
Frequent Participant
since ‎10-05-2021
‎06-27-2023
6
Posts
0
Kudos
1
Solution
Badges
First Accepted Solution
First Topic
First Reply
View All
Topics RyanV806 has Participated In
  • Topics RyanV806 has Participated In
  • Latest Contributions by RyanV806

Re: PKCE verification failed - JS localhost

by RyanV806 in API Developer Support
‎06-21-2023 04:21 PM
‎06-21-2023 04:21 PM
Thanks to the Dev team for helping me pinpoint my issues. I am using JS and AXIOS.   Turns out my issue was my code verifier and the code challenge. The code verifier was too long (only needs to be 43-125 characters long) and my code challenge was not matching up with the verifier.   I fixed it by: 1) adjusting my code verifier, so it only produced a code within the required limits 2) moving the authorizationURL constructor out of the *main function 3) used async/await for the functions that generated the code challenge and the authorizationURL constructor   I could go into more detail about this if anyone needs this in the future. Example of how my program works:   function generateVerifier(){}; async function generateChallenge(){}; async function generateAuthorizationURL(){};   //*main function async function initiateAuthorization(){        generateVerifier();        await generateChallenge();        await generateAuthorizationURL(); }; ... View more

Re: Date sent in reporting

by Administrator William_A in Get Help
‎09-22-2022 05:36 PM
‎09-22-2022 05:36 PM
Hello @CarolO11418 ,   Are you referring to the search function for the campaigns page? If so, this defaults to the "most relevant" based on what's being searched, and currently isn't able to be modified to sort by send date.   See also: Using filters on the campaigns page ... View more
Latest Tags
  • bounced
  • date sent
  • Reporting
View All
  • © Constant Contact, Inc. 1996-2023
  • Terms
  • Community Terms
  • Community Guidelines
  • Privacy
  • Vulnerability Disclosure