Hey

With facebook connect we should be able to import information from the user's facebook profile to our websites.

Like filling out their School, Name, location.....

Does anybody know how to go about this?
Profile CCk/Taxonomy????/?

I would like to create this what should i know?

What is the terminology called for gathering user's facebook profile information?

Comments

si_odong’s picture

please read facebook storable data policies before you continue searching how to get that data.

hackia’s picture

Ok i have reed it and understand it, It looks like i am allowed to store some variables but others have to be saved bu the user in order to be saved such as location or school.

Does anyone know how i can accomplish retrieving data from facebook with facebook connect?

si_odong’s picture

how about this?

<?php
  fbconnect_get_info_from_fb('fb user id', 'affiliations');
?>