Click here to Skip to main content
15,910,358 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
In my windows form application,trying to fetch details of yahoo email such as sender,date,subject,body text & attachments. I'm using "OAuthBase.cs" class to get request and access token. Now my issue is to fetch users email details.

For contact details i used :

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

From the above i got all contacts of user. Now i couldn't find the request Url for email's details. Any kind of help will be much helpful to me. i just need to fetch yahoo email. please suggest me how to deal with it ??

Thank in advance.
Posted
Comments
Richard MacCutchan 23-Sep-14 4:54am    
You would be better posting this to the Yahoo developer forums.
Member 10530137 23-Sep-14 4:57am    
yes i did that too.. waiting for someone to response.
[no name] 29-Sep-14 2:09am    
so you need all the yahoo mail ids of different users(that too you don't know them) ?
Member 10530137 30-Sep-14 0:40am    
no, i can access yahoo emails only when user will give permission to my application.i'm using OAuth to authenticate user and then with the help of yahoo developer network (YDN) i want to fetch details (emails) of that user.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900