i wanted to get all contacts from yahoo account using YDN. because i want to make send invitation application.
Asked
Active
Viewed 158 times
1 Answers
0
Use the Contacts API:
select * from social.contacts where guid=me;

MrCode
- 63,975
- 10
- 90
- 112
-
1this is not giving all my contacts – Apr 27 '12 at 08:21