Member Sign Out
From KickApps API Reference
Finally, if your site has a log out link displayed once your member logs in, it’s best to have that logout link go to the KickApps logout page for your affiliate site. This ensures that the browser session is terminated on the KickApps side, then redirects to your configured sign-on url.
This link is as follows:
http://affiliate.kickapps.com/kickapps/user/logoutUser.kickAction?as=1234&redirectURL=http://yourlocation
Note the bolded portions of that link above:
- affiliate.kickapps.com - If you are using DNS masking, you MUST replace this domain name with your DNS masked domain name (e.g. community.yoursite.com).
- as=1234 - Replace 1234 with your affiliate site id. You can get this ID by going to any of your media play pages and looking at the URL. Your as= number will be in that URL.
- redirectURL=http://yourlocation - Replace the http://yourlocation with the full url (escaped) you would like the user to be sent to after the logout has been performed.