Quote:
Originally Posted by nexialys
Facebook do not have and will never have a bridge to connect to vBulletin.. this is a community, not an available software.
|




:down:
facebook has an API and it's about 15 minutes of coding to take what they give you and create a new user in VB - I know--- I've done it. They do not give out email addresses or passwords, so you prompt the user for a password and take the facebook id and insert that into the email address field of the vb user table.
then add some code where emails are sent in vb and detect any email address that's pure numerics - if it's pure numerics without an '@' then you send the message via the fb api so it winds in the user's fb inbox. (and you conveniently give then a link in the email to your site to a screen which allows them to update their email address on your site so that you can send to them directly in the future instead of thru the fb inbox) - see... that wasn't so hard.