Friday, October 20. 2006
Comments
Display comments as
(Linear | Threaded)
Hi Jonathan,
Thank you very very much for your Msn Service. At least I can have it working on my limited hosting...
Thank you very much for your effort!!
Hasta luego!!!!!
Thank you very very much for your Msn Service. At least I can have it working on my limited hosting...
Thank you very much for your effort!!
Hasta luego!!!!!
what is the difference between
msn_contact_grab.zip
and
msn_contacts_webservice.zip
msn_contact_grab.zip
and
msn_contacts_webservice.zip
msn_contact_grab is the class that actually interacts directly with the MSN servers and fetches the contacts.
Some people are not able to use this class however becuase it relies on sockets which not all web hosting providers enable.
msn_contacts_webservice is an alternative to interactly with MSN directly and should work even if sockets are disabled. It works by using my server as a proxy to fetch the contacts from MSN.
I hope that clears things up and you find the solution which is right for you.
Some people are not able to use this class however becuase it relies on sockets which not all web hosting providers enable.
msn_contacts_webservice is an alternative to interactly with MSN directly and should work even if sockets are disabled. It works by using my server as a proxy to fetch the contacts from MSN.
I hope that clears things up and you find the solution which is right for you.
Hi the there Jonathan!
And thank you for the efford on this development.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
because if you do so I can put this file on one of my severs that allows the connection and use it on others that don't allow it ...
Thank you once again
And thank you for the efford on this development.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
because if you do so I can put this file on one of my severs that allows the connection and use it on others that don't allow it ...
Thank you once again
Hi jonathan.
I agree with merlin.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
For us to be able to use it without having to rely on ur server.
Thank you very much.
I agree with merlin.
I wonder if by any chance is it possible for you to release the version of these file too:
http://jmstreet.info/tools/msn_contact_grab/webservice.php
For us to be able to use it without having to rely on ur server.
Thank you very much.
Sounds like a good idea.
I've posted the code.
http://jmstreet.info/archives/61-Source-code-for-the-contacts-web-service.html
I've posted the code.
http://jmstreet.info/archives/61-Source-code-for-the-contacts-web-service.html
I'm now trying to implent the remote one in my website for users, but there's a problem: When the request starts, the server will take all available execution time and then returns an error. However, if you click in Windows Live Messenger at "Sign in again", it suddenly returns all data. This problem also occurs at your preview. Is this my fault because I don't use @live.com/@hotmail.com but @ralphje.nl? Or is this an error from you or Microsoft?
Hi
This has been mentioned as a potential problem elsewhere and I haven't had a chance to investigate it yet.
The script does log you out of MSN messenger if you are already logged in but I'm not sure why logging in again would help this script.
In summary I haven't tested this with a non hotmail email address so it is possible that this would create problems. If this is true though it doesn't mean it is your fault, the script should be able to handle any passport registered email address.
This has been mentioned as a potential problem elsewhere and I haven't had a chance to investigate it yet.
The script does log you out of MSN messenger if you are already logged in but I'm not sure why logging in again would help this script.
In summary I haven't tested this with a non hotmail email address so it is possible that this would create problems. If this is true though it doesn't mean it is your fault, the script should be able to handle any passport registered email address.
how can i trust that you are not saving the account access in the script {http://jmstreet.info/tools/msn_contact_grab/webservice.php}?!!
i really wonder how people trust using this script, with all my respect but if i can't see what {webservice.php} is doing then i won't be able to use it, in all the ways, thank you for your share and i wish that you will open the source of the webservice.php script so people can develop over it and use it!
i really wonder how people trust using this script, with all my respect but if i can't see what {webservice.php} is doing then i won't be able to use it, in all the ways, thank you for your share and i wish that you will open the source of the webservice.php script so people can develop over it and use it!
Hi Ma'moon
You are absolutely right to be concerned about how personal data is protected. I'm glad that you have already found the post where I released the source code - http://torrentialwebdev.com/blog/archives/61-Source-code-for-the-contacts-web-service.html
You may also be interested in this post where I discuss privacy more directly - http://torrentialwebdev.com/blog/archives/45-Privacy-when-using-the-MSN-contacts-web-service.html
I've tried to be as transparent as possible in the code I'm using and how I'm handling the data to reassure anyone considering using the webservice.
You are absolutely right to be concerned about how personal data is protected. I'm glad that you have already found the post where I released the source code - http://torrentialwebdev.com/blog/archives/61-Source-code-for-the-contacts-web-service.html
You may also be interested in this post where I discuss privacy more directly - http://torrentialwebdev.com/blog/archives/45-Privacy-when-using-the-MSN-contacts-web-service.html
I've tried to be as transparent as possible in the code I'm using and how I'm handling the data to reassure anyone considering using the webservice.
sorry....
if i want only contact on line??
where i change?
sorry for my english
if i want only contact on line??
where i change?
sorry for my english
Hi
The web service will not return the online status of contacts.
The script it is based on can be changed to get online status but it has serious problems. Trying to get the online status causes the script to hang. I haven't found a workable solution.
The web service will not return the online status of contacts.
The script it is based on can be changed to get online status but it has serious problems. Trying to get the online status causes the script to hang. I haven't found a workable solution.
sometimes i have to try 2-3 times to get the contacts..
what can cause this?
what can cause this?
Hello Bill
There was a problem a while ago, with an older version of the code, which created a similar problem. I'm not sure what would cause such a problem now though.
I'll try and take a look at it.
There was a problem a while ago, with an older version of the code, which created a similar problem. I'm not sure what would cause such a problem now though.
I'll try and take a look at it.

In my rush to get the announcement out about the web service finally being up I completely forgot to mention an important point. Namely that if you do use the service then the MSN login details for any users of the service will pass through my server. I
Tracked: Oct 23, 16:09
I've now updated the class I wrote to grab the contact list from MSN messenger. The new script should now fail 'gracefully' if there are any problems. This doesn't help anyone whose server was unable to run the original script (there is still the we
Tracked: Nov 17, 19:24
There have been a couple of requests for the source code to the msn contacts grab web service so that anyone interested can run the web service on one server they have access to while querying it from other servers they use. This sounds like a good idea
Tracked: Nov 27, 21:07
There have been a handful of people contact me recently stating that the MSNM contact fetching script doesn't work, or works poorly, with email addresses other than @hotmail.com. Addresses ending in @hotmail.co.uk, @hotmail.fr or none hotmail addresses w
Tracked: May 12, 11:16
For a couple of weeks now I've been intending to release two new tools for this site. For one week they've been live on the site (though not linked to) and still I haven't mentioned them. It could be said I'm procrastinating. This is a shame because
Tracked: Jun 20, 22:27
The web service for fetching contacts from MSN messenger / Windows Live Messenger has been hit by a series of problems over the past few days. First I hit the bandwidth limit for the account used to host the service. Next, the server used was hit by a D
Tracked: Mar 11, 08:10