FACEBOOK CONNECT

Does someone with more than 100 members use this?

I love the idea, that you can connect through facebook and copy your profile.

Are anyone working on a better facebook connect, like a script that copies more than your avatar?

Quote · 24 Feb 2010

I have 500 odd members and am using the Facebook Connect feature..  Although 480 members were imported from Dolphin 6.1.6

clubbeyourself
Quote · 24 Feb 2010

Does someone with more than 100 members use this?

I love the idea, that you can connect through facebook and copy your profile.

Are anyone working on a better facebook connect, like a script that copies more than your avatar?

Module transfer all these values :

// fill array with all needed values;
$aProfileFields = array(
'NickName'              => $sNickName,
'Email'                 => $aClearedInfo['proxied_email'],
'Sex'                   => $aClearedInfo['sex'],
'DateOfBirth'           => $aClearedInfo['birthday'],

'Password'              => $aClearedInfo['password'],
'DescriptionMe'         => $aClearedInfo['about_me'],
'FavoriteBooks'         => $aClearedInfo['books'],
'Interests'             => $aClearedInfo['interests'],

'FavoriteFilms'         => $aClearedInfo['movies'],
'FavoriteMusic'         => $aClearedInfo['music'],
'Religion'              => $aClearedInfo['religion'],

'City'                  => $aClearedInfo['hometown_location']['city'],
'Country'               => $this -> _oDb -> getCountryCode($aClearedInfo['hometown_location']['country']),
'zip'                   => $aClearedInfo['hometown_location']['zip'],
);

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 25 Feb 2010

Thanks. But nickname from facebook is the first name. And a lot of people have the same first name. If a user already have that nickname it will show firstname_fb. And if i logged inn/created an account through facebook, i always, always always need to login through facebook. i dont want that!


Is there anyone that can fix this? And maybe also copying the pictures other than the avatar, like gallery etc?

Morten :)

Quote · 1 Mar 2010

The facebook connect module by Boonex has been redone. You would need to download the module from the trunk and replace your current one. There is also an alternate one you can use in the Market provided by Deano

Facebook Connecy by Boonex Trunk -   CLICK HERE

Facebook Connect by Deano: CLICK HERE

Chris

Nothing to see here
Quote · 1 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.