I am working in a project where I need to get the friend’s list of a person in Facebook. For that I need to implement social framework in my project. When i look for that framework I am getting share kit in all sites.
Get share kit.
Could you please tell me from where can I get that social framework. If possible provide me a sample code for implementing the above concept that I have mentioned.
Any Help will be appreciated
For implementing Facebook in your project use the latest FBGraph Method which is the latest from Facebook. You will have to import the FBGraph and the JSON parser first. Then add the following methods in the class you want to add the shareview 🙂
Here’s some code to help you along,