for file response, or file transfer notification I use
url:URL_YM_NOTIFICATION +
"?oauth_consumer_key=" + CONSUMER_KEY +
"&oauth_nonce=" + randNo.ToString() +
"&oauth_signature=" + SECRET_KEY + "%26" + OAUTH_TOKEN_SECRET +
"&oauth_signature_method=PLAINTEXT" +
"&oauth_timestamp=" + DateTime.Now +
"&oauth_token=" + OAUTH_TOKEN +
"&oauth_version=1.0" +
"&sid=" + SESSION_ID +
"&seq=" + System.Convert.ToInt16(seq) +
"&count=100";
and also use get method. From response http I get 404 not found. Why?
YM_NOTIFICATION is :
http://developer.messenger.yahooapis.com/v1/notifications/