fetch yahoo email details using OAuth c# -


in windows form application,trying fetch details of yahoo email such sender,date,subject,body text & attachments. i'm using oauthbase.cs class request , access token. issue fetch users e## heading ##mail details. contact details used :

"https://social.yahooapis.com/v1/user/"+ yahoo_guid +"/contacts?format=xml"); 

from above got contacts of user email. couldn't find request url email's details. kind of helpful me.

thank in advance.


Comments

Popular posts from this blog

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -