Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i get contacts of my facebook using php api's.Is it possible to get the contacts of facebbok using api's.Give some suggestions.
Posted

To get the friends, you can use User[^]
 
Share this answer
 
Hi there,

I suggest you look at the Facebook Graph API. A quick search would have told you that 1) yes you can get Facebook friends (or as you call them "contacts") and 2) that there is full documentation on the Facebook Developers website along with example code and links to libraries in several different programming languages such as PHP and C#.

https://developers.facebook.com/docs/reference/api/[^]

Hope this helps,
Ed
 
Share this answer
 

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