Hi ,
I am integrating constant contact api to my site . but auth redirection not working i first give http://localhost and dont get then i use 127.0.0.1 and changed my virtualhost setting . not working returning "'Invalid redirect. and Please close the window to return to your application. '"
Please help me to solve this. my url is here
If i close that window nothing happen not redirecting to my site .
can anyone provide me a simple code to integrate costant contact
Solved! Go to Solution.
Hello,
Thank you for reaching out to Constant Contact API Support.
The redirect URI is used to authenticate the application with Constant Contact, so the value that you give us when making an authorization call needs to match what is stored for the application in your Mashery developer application.
When you initially create an application, the redirect URI by default is set to http://localhost but if you wish to use http://127.0.0.1 you will need to edit your application in Mashery and update your redirect URI. Here is a link on where to go to do this: https://constantcontact.mashery.com/apps/myapps
Please let me know if you have any other questions!
Sincerely,
David B.
Tier II API Support Engineer
Hello,
Thank you for reaching out to Constant Contact API Support.
The redirect URI is used to authenticate the application with Constant Contact, so the value that you give us when making an authorization call needs to match what is stored for the application in your Mashery developer application.
When you initially create an application, the redirect URI by default is set to http://localhost but if you wish to use http://127.0.0.1 you will need to edit your application in Mashery and update your redirect URI. Here is a link on where to go to do this: https://constantcontact.mashery.com/apps/myapps
Please let me know if you have any other questions!
Sincerely,
David B.
Tier II API Support Engineer
HI, I upadted as per your instruction but I am getting "Please close the window to return to your application."
Hi @user05212,
If you are redirecting to your IP address then the process will open a tab in your browser going to the location. If there is no website at that location then the page will just display the message. The URL for that tab that is opened should contain information needed for the next step such as your response code.
Please go through the steps again and look for the response code and then you should be able to move to the next step of the oAuth process.
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up