How can I get my friend's interests via facebook api?

I am new to facebook api and want to integrate into my client's website. I have codeigniter as my MVC. It would be great if someone could tell me which library to use to connect facebook, and how to get the interests of a friend who is on my friends list.

+2
source share
2 answers

First ask user_interests permission . Then make an authenticated Graph API on /me/interests.

0
source

Here is a description of how to implement facebook lib in CI: http://www.dannyherran.com/2011/02/facebook-php-sdk-and-codeigniter-for-basic-user-authentication/

Facebook .

0

All Articles