Check out this post which has a brief code snippet that we use in the SCLogin module to show which accounts a user can 'connect' their account to.1. Which accounts are connected (so I can offer the user links to connect the others).
JFBConnect doesn't directly store the user's avatar. We rely on 3rd party extensions (JomSocial, Community Builder, EasySocial or others)2. The user's avatar (whichever avatar JFBC got from whichever network - ideally if they have connected more than one account I would like to give them a choice.)
As above, we don't store the data directly. We can store it in the User - Profile plugin, which comes with Joomla. In that case, you can access the profile data using the User - Profile plugin calls, which I do believe extend the Joomla User object. I've never played with pulling that data out of the Joomla profile plugin before though.3. Each custom profile data jfbc imports (is there an api for this for do you get it via the joomla user object after mapping?)
These are all fields that you can configure the profile import for into the User - Profile plugin. To import, you would want to create a field to import those fields into in the User - Profile plugin and the configure the import in the JFBConnect -> Profiles area.4. Number of facebook friends, twitter followers, G+ connections, linked in connections the user has (presumably I need to create new fields in Joomla user profile plugin and map to them in jfbc?)
Correct, the SCLogin avatar is simply a user indicator that they are logged in, so we can just pull it directly from the social network and display it directly. No need to store it anywhere.2. Oh! I didn't think to check. So SC login I see is just linking the profile image straight from graph.facebook.com. Got it. So if I wanted to import copy of the profile picture, how would you suggest I go about it? There is no mapping option in JFBC for that.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
