0

i wanted to get all contacts from yahoo account using YDN. because i want to make send invitation application.

1 Answers1

0

Use the Contacts API:

select * from social.contacts where guid=me;
MrCode
  • 63,975
  • 10
  • 90
  • 112