Yassine H
Hello,
I am getting a warning page when using the windows live data permission system.
I use this url:
https://ux.cumulus.services.live.com/pgux/default.aspx rl=https://<myhost>/callback.html&pl=https://<myhost>/privacypolicy.html&ps=LiveContacts.ReadOnly
(per http://msdn2.microsoft.com/en-us/library/bb447718.aspx)
and I have a valid SSL certificate on <myhost>.
When I redirect the user to that url, the user can login but after that I get a warning page with a red error:
"You have been directed to this page in error.
Please press your Back button."
And "If you are a developer testing out Windows Live Data, please scroll down. "
When I scroll all the way down I can choose "Give access" and I am redirected to a callback page I expect and the response caontains an auth token.
What do I need to do to get rid of this warning page, or at least the red warning on the page
Do I need to use a different url Am I seeing this because windows live is in alpha mode
Thanks for your help.