Facebook Apps – Get User Friends Data

Lets see how to get User’s Friend data. Create 2 files: index.php friends_data.php Please note that this is only the code, you need to include Facebook Api scripts and Apps information. In index.php, use this code [php]$colnams=" uid, email, proxied_email, username, name, first_name, last_name, sex, birthday, birthday_date, profile_url "; $pgno="1"; $defaultresultrownum="5"; $lowerlimit=($pgno-1)*$defaultresultrownum; $upperlimit=$defaultresultrownum; $searchtbnam="user"; $wherequery … Read more

Quick Links for Facebook

URL related to Facebook Apps Development Your Apps Page http://www.facebook.com/developers/apps.php Developers Page http://developers.facebook.com/ Graph API http://developers.facebook.com/docs/api Legacy API http://developers.facebook.com/docs/reference/rest/ Create new Application – http://developers.facebook.com/setup/ Edit Applications you are subscribed toLegacy API – Go to Account – Privacy Settings Graph API reference – http://developers.facebook.com/docs/reference/api/ By others: Thinkdiff.net – PHP SDK & Graph API base Facebook Connect … Read more