Why onServerData Event not Raise? ( live contacts control)
MSDN Forums: Live Controls -
source code is here:
********************************
...............
Default.aspx Height="320px" Market="zh-cn" onserverdata="Contacts_demo_ServerData"
PrivacyStatementURL="~/privacyPolicy.htm" View="List" Width="226px" />
...............
********************************
********************************
...............
Default.aspx.cs
//this handle func never exec.....
protected void Contacts_demo_ServerData(object sender, Microsoft.Live.ServerControls.ServerDataEventArgs e)
{
for (int i = 0; i < e.Contacts.Count; i++)
{
lb_msg.Items.Add(e.Contacts[0].Email.ToString());
}
}
}
............................
******************************
thank you
View article..
A question about windows live contacts.
MSDN Forums: Live Data -
Hello Everyone:
I am a chinese programmer. Glad to meet all of you.
Now I am developing a program of sync contacts between windows live contacts and our web site.
I have read MSDN and your article about windows live contacts.
My questions are:
My program can "GET" contacts content and "DELETE" contact. But it doesn't work when "POST" and "PUT", and return error code 400
I am writing with Python.
The followings are about my program.
Look forward your answer:
urlput = urlbase + '''/Contacts/Contact(ab820b41-ee3a-45ca-b89d-30e44d297531)/Profiles/Personal/Nickname'''
bodyput = '''
aaa'''
resput = restclient.Resource(urlput)
auth = '''WLID1.0 t="t=EwDQARAnAAAUaiat/x8TEXYT53ezUhJ8EEISAEWAABJykRRwX3H1fgRWJddMVsfXApW1ICXEpz/JwtmLHMmp3sgk5L9FTPHnoo4GW0502TNHcPYKqFs7e4REzOcVCZGBB+FlUYXkP/2S5Md8mjDnVTEajPXuhwYlNFSoqPVlxPXy0RzRLB2Y7WhkVHinZ5caaxlMON2lHRuN84QiJFwsA2YAAAgF3EVXllqLOCABTNqa6GGCmuKaSgwzFMuqyEJGChz8/Tsz92aVMuQHtpZR/p5yjSUB4zcxdk9XEGq59sWffEdv4EIrwUESF3DHqnczALr5uxQI2bjRWvpDKyfr2RPjLdOpC4OaAVcw0pFeFkmScZVlN6FkGtDO1SvjSbqKGjaboYHku9qP+DMgpNt0M16yzEgTDBD2JuLfi1MHXSOT5Zd29YqF4NR7PPmM6Kwm0CHyRl85Kqt2DnSen3arIz2s3t6bABLKjf8pDz+XaAQz7kOGTEpdhU+LVcjMhAFY1N+8e+G9GALOSoRJWgXnjXA8flRViYk/d6vEl9LmJxT6fQ80+bYnj5zdh1S6+QIjvWx9Z1jYAKbWDpb6j4NDOZeQ3kP5v1mDRXPTmplINwE=&"'''
headerput = {'Authorization':auth}
put = resput.put(payload=bodyput, headers=headerput)
Thanks.
View article..
windows live log on problem
MSDN Forums: Live Controls -
I can not log into window live, when clicking on a website that has adirect link to an email address.
When I click on the email link, a window pops up that says log on with our windows live user name and password. I enter my hotmail user name and password and it then gives me a fatal log in error. This is making things hard because I can not see the actual email address I am trying to email to, which means I can not email this person. How can I turn off windows live?
View article..
Help Help urgent, thank you very much.
MSDN Forums: Live Data -
i done a new web site like facebook, my members import they contact lists (using Windows Live Contacts API)
and than send invite to those e-mail address, SURE NOT SPAM
big problem, i testing, hotmail receive those invite mail to junk box.
my method same at facebook, hi5, why they invite e-mail can receive to inbox, but myself can not.
i correct set DNS spf, test to sent gmail, mail header display spf is PASS
upset!!!!!
i know my problem not Windows Live Data, but i don't know post to where....
i want e-mail to microsoft too, but can't find e-mail address for that support...........
i have't not any idea now, who can help me, Thank You Very Much x 10000000000000000000000000000
upset!!!!!
View article..
Adventure Works Resorts question
MSDN Forums: Live Controls -
Dear Developers,
I want to extract the "invite friends" part of "Adventure Works Resorts". I keep getting errors, is it possible to arrange a website with only the friend folder? Has someone already tried this?
Thanks!
View article..
Any sample working example (code) in java while interacts with Contacts API
MSDN Forums: Live Data - hi,
For my webapplication i have to retrieve hotmail/live contacts(ie. address
book) for a given Hotmail username and password.
I have to write that code java.
Can any point out a working example / a small illustration of java code
which actually uses this contact apis.
So that i can learn from it and implement.....
Regards
rama
View article..
Windows Live Application Based Storage API – Space Limit / Permissions
MSDN Forums: Live Data -
Hello. With “Windows Live Application Based Storage API” we can upload documents and photos for a specific Live ID user. How much space (bytes/mb) that user can use? is the same limit for photos and documents (text files)?
And is there any way to set permissions? Can my application upload a .xml file and then any one read that file?
Thanks
View article..
Windows Live Controls, often get null...
MSDN Forums: Live Controls -
i don't know why, i make of php, some user okay, buy some user often get null, note, is get null XML result, no error
this case some time appear on demo http://wlid-da.alex-media-services.com
any idea fix it ? is microsoft error or my script ?
Thank You !
View article..
[Live Contact API] Display name
MSDN Forums: Live Data -
I get the contact list with the restfull service : https://livecontacts.services.live.com/users/@C@XXXX/rest/LiveContacts
In the node Contact/Profiles/Personnal we have the tag "display name".
If I change in windows live my name (menu tools/options and the display name edit box) , they don't change in the contact list of the other contact (of course, the second contact know me).
So how can i retrieve the real display name with the contact API ?
View article..
Error 400 Requesting User Data just for some users
MSDN Forums: Live Data -
I want to get contacts information using the Windows Live Contacts API (Delegation Auth Token).
I get the auth ok, and when requesting user data, I use this:
// Request URL:
https://livecontacts.services.live.com/users/@C@[SignedIntLID]/rest/livecontacts
// Request (authorization) header:
Authorization: DelegatedToken dt="[delegation token]"
This works OK for some hotmail accounts, but other accounts get error 400 (Bad Request).
Any idea?
View article..
PreviousNext