1.user register in my website (student with his academic email in live ,example@live.utm.my)
(utm is the name of university)
2.then I want to verify student information throw his associated email by his university that in my case is like (example@live.utm.my), I mean comparing his entered info in registration proccess in my website by his info that used by university for creating
his academic email account ?
Q:How can I make connection to do that?
Note: recently www.dropbox.com use such this proccess to get more free space to students around the globe !
What type of information can I get from that ? as I check the link nothing mentioned about the user information just about the algorithm ,encryption....?
What type of information can I get from that ? as I check the link nothing mentioned about the user information just about the algorithm ,encryption....?
Is the service free of charge to using ?
Please clear me with a sample MVC prefered
Well, I'm not going to write your code for you.
The point was to get you looking at the right info. The Live SDK provides you a library tomake OAuth requests to live.com, allow the user to grant access and then you can query live with a token that gathers the user's info that they've allowed you access
to.
totti_acmila...
Member
37 Points
30 Posts
Get user information throw their academic live account
Nov 13, 2012 03:16 PM|LINK
I already implemented web site :
1.user register in my website (student with his academic email in live ,example@live.utm.my)
(utm is the name of university)
2.then I want to verify student information throw his associated email by his university that in my case is like (example@live.utm.my), I mean comparing his entered info in registration proccess in my website by his info that used by university for creating his academic email account ?
Q:How can I make connection to do that?
Note: recently www.dropbox.com use such this proccess to get more free space to students around the globe !
check this link :
https://www.dropbox.com/spacerace
BrockAllen
All-Star
27534 Points
4907 Posts
MVP
Re: Get user information throw their academic live account
Nov 13, 2012 03:28 PM|LINK
The user can grant your app access to their Live account information. Check out the Live SDK:
http://msdn.microsoft.com/en-us/live/default.aspx
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
totti_acmila...
Member
37 Points
30 Posts
Re: Get user information throw their academic live account
Nov 14, 2012 12:14 AM|LINK
What type of information can I get from that ? as I check the link nothing mentioned about the user information just about the algorithm ,encryption....?
Is the service free of charge to using ?
Please clear me with a sample MVC prefered
BrockAllen
All-Star
27534 Points
4907 Posts
MVP
Re: Get user information throw their academic live account
Nov 14, 2012 12:54 AM|LINK
Well, I'm not going to write your code for you.
The point was to get you looking at the right info. The Live SDK provides you a library tomake OAuth requests to live.com, allow the user to grant access and then you can query live with a token that gathers the user's info that they've allowed you access to.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/