0

Contact Management API

Hello,

I want to get contactlist from yahoo messenger.for that I used server address.I am not getting correct server address. I tried both server address

1. string contact_realm ="developer.messenger.yahooapis.com/v1/contacts";
2. string contact_realm = "rcore1.messenger.yahooapis.com/v1/contacts";

string url= "http://" + contact_realm + "?&sid=" + sessionId + "&oauth_consumer_key=" +
oauth_consumer_key + "&oauth_signature_method=" + oauth_signature_method
+ "&oauth_nonce=" + oauth_nonce + "&oauth_timestamp=" + oauth_timestamp
+ "&oauth_signature=" + oauth_signature + "&oauth_version=" + oauth_version
+ "&oauth_token=" + oauth_token;
But in both the cases I am getting 404 error even though all the credentials are correct

and another question :- "What is the contactID1 in the following server address?"

string contact_realm = "developer.messenger.yahooapis.com/contact/yahoo/contactID1";

by
1 Reply

Recent Posts

in Messenger IM SDK