My client would like a count of users registered to the site via FaceBook and via email confirmation. After quickly looking through views and the module .install file, it doesn't appear that this is possible. Am I giving up to soon?
My client would like a count of users registered to the site via FaceBook and via email confirmation. After quickly looking through views and the module .install file, it doesn't appear that this is possible. Am I giving up to soon?
Comments
Comment #2
masipila commentedBy default the module doesn't store any other data from Facebook except the name, profile picture and email address i.e. there is nothing that would differentiate these users from the other users who have registered normally. The only hint is that the usernames are in a format Firstname Lastname but that could of course be the case for users who have registered directly to the site.
It would be possible to use the API provided by this module to assign certain role or additional fields to the users at the time when users are created via this module but unless you have applied such customization in your own module, this kind of logic is not applied.
Cheers,
Markus
Edit : added profile picture to the list of data fetched from FB