문제

I am attempting to incorporate Windows Live ID in my application.

enter image description here

First, I created a Windows Live Dev Application account, here:

http://msdn.microsoft.com/en-us/windowslive

Let's pretend my Client ID is 12345 (of course, it's really quite longer)

Then, I followed these instructions:

http://msdn.microsoft.com/en-us/library/hh243647.aspx

This suggests the following sample URL:

https://oauth.live.com/authorize?client_id=CLIENT_ID&scope=SCOPES&response_type=token&redirect_uri=REDIRECT_URL

I use this custom URL:

https://oauth.live.com/authorize?client_id=12345&response_token=token&scope=wl.signin%2cwl.basic%2cwl.offline_access&redirect_url=https%3a%2f%2foauth.live.com&display=touch

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.

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top