bhanudave / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Hotmail import contacts problem #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to Struts demo http://opensource.brickred.com/socialauthdemo/
2. Choose hotmail import 
3. Login and try to import contacts

What is the expected output? What do you see instead?
Output contact details should be my hotmail contacts but it's empty table with 
rows equals count of my hotmail contacts (missing name, email, profile url)

What version of the product are you using? On what operating system?
1.2-beta1

Please provide any additional information below.
I think maybe msn change json result structure??

Original issue reported on code.google.com by tomasz.p...@gmail.com on 9 Jun 2011 at 2:13

GoogleCodeExporter commented 8 years ago
Hi tomasz,

We are checking on this. Lately the messenger connect API is no longer 
providing the email address - but other details should be available.

Stay tuned - we will get back tomorrow.

Warm regards,
Abhinav

Original comment by abhin...@gmail.com on 14 Jun 2011 at 8:05

GoogleCodeExporter commented 8 years ago
Hello,

Were you able to find out any additional details about this?

Thanks,
Dan

Original comment by dank...@gmail.com on 20 Jun 2011 at 8:24

GoogleCodeExporter commented 8 years ago
Hi

As we know messenger connect API is no longer providing the email address. SO 
it is not available in our API but other details like first name,last name and 
id are available.

Regards
Tarun 

Original comment by tar...@brickred.com on 21 Jun 2011 at 8:26

GoogleCodeExporter commented 8 years ago
It looks like microsoft released v 5 of the messenger connect api.  Any plans 
to support it?

Thanks.

Original comment by dank...@gmail.com on 21 Jun 2011 at 4:59

GoogleCodeExporter commented 8 years ago
Sure will. In the next version, we will create orkut provider and version 5 of 
messenger connect. If you happen to write a provider, we would gladly 
incorporate it as your contribution.

Warm regards,
Abhinav

Original comment by tsg.bric...@gmail.com on 21 Jun 2011 at 7:46

GoogleCodeExporter commented 8 years ago
Hi,

i'm using SocialAuth to get emails from gmail yahoo and hotmail contacts.

Currently, this Api isn't providing me e-mail adresses from hotmail contactsd 
anymore.

Some news about it, or release date ?

Thanks in advance.

Original comment by renaud.g...@gmail.com on 28 Jun 2011 at 2:05

GoogleCodeExporter commented 8 years ago
Hi,

I am also not getting e-mail addresses from hotmail. Has you already find a 
fixed?

regards,

Vikesh

Original comment by rvik...@gmail.com on 29 Jun 2011 at 7:00

GoogleCodeExporter commented 8 years ago
Hi,

Have anyone found a fix for the problem? Still anyone have found a solution how 
to receive email addresses from hotmail? Any help will be very grateful.

Regards,

Vikesh

Original comment by rvik...@gmail.com on 5 Aug 2011 at 8:07

GoogleCodeExporter commented 8 years ago
As per this document: http://msdn.microsoft.com/en-us/windowslive/hh278351

You can have only emails of contacts that are already in your database. This 
means that Microsoft whats you to calculate hashes for all of your email 
addresses in your websites database. Than once you do the contact import you 
compare your hashes with the hashes they gave you in the response and retrieve 
FROM YOUR DATABASE the emails that had matching hashes:

Here is original text:
For your website to participate in this scenario, you must create a hash of 
each email address that belongs to each registered user of your website. Each 
of these hashes must follow a specific format that the Live Connect APIs 
recognize. After you have created a hash for each of your registered users' 
email addresses, you can compare your list of hashes with the list of 
email-address hashes that Live Connect generates for the visiting user's 
contacts. Each matching hash represents a registered user of your website who 
is also one of the visiting user's contacts.

The only way to bypass that as far as I can tall is to do website scraping or 
to figure out how to trigger automatic contact export and just process the 
exported file.

Original comment by m...@quitnot.com on 23 Sep 2011 at 1:40

GoogleCodeExporter commented 8 years ago
Its clear that Hotmail doesn't provide email address. So closing this issue.

Regards
Tarun

Original comment by tar...@brickred.com on 14 Nov 2011 at 2:33