Making Facebook Graph API Calls in Joomla

The Facebook Graph API lets you make many calls for getting information about user's on your site. JFBConnect wraps this API into our own library, which makes it use more Joomla functionality and more easily report errors using the Joomla error messages. Read on for how to make these calls inside Joomla.

Read more: Making Facebook Graph API Calls in Joomla

Creating a Profile Plugin

Creating your own profile plugin should be a pretty simple process. JFBConnect has been developed to take care of most of the communication with different social networks automatically when your profile plugin has been developed properly.

Read this if you're looking for an explanation of how to integrate JFBConnect within your component for social network profile importing.

Read more: Creating a Profile Plugin