Reputation: 31803
I am attempting to incorporate Windows Live ID in my application.
First, I created a Windows Live Dev Application account, here:
Let's pretend my Client ID is 12345 (of course, it's really quite longer)
Then, I followed these instructions:
This suggests the following sample URL:
I use this custom URL:
Horray, the user get's prompted to login!
Boo, the user is redirected to an invalid page.
Is there something I am missing here? Thanks in advance.
Upvotes: 2
Views: 2820
Reputation: 31803
The error was in my URL, of course. The correct would be:
Hope this helps someone else trying to figure this out!
Upvotes: 3