Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 02-07-2008, 07:02 PM
mzeitler mzeitler is offline
 
Join Date: Mar 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Facebook API already allows to develop applications on the Facebook platform.

As demonstrated by a some apps it is possible to create an automatic signup/login to an external vBulletin installation. So the Facebook user doesn't need to create a seperate login.

I would give it a few more months to see the first fully integrated vBulleting forums in Facebook.

A full integration would include things like:
- Facebook look and feel
- Real Facebook app (not only link to external site)
- Support of Facebook features (Profile, Notifications, Mini Feed, etc etc)
Reply With Quote
  #12  
Old 02-07-2008, 07:28 PM
Triality Triality is offline
 
Join Date: Jan 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rightsideforum......how hard would this be to customize it for my forums?
Reply With Quote
  #13  
Old 02-08-2008, 12:01 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting , i may make a opensource API, or APP that lets you network to other forums.
Reply With Quote
  #14  
Old 03-29-2008, 12:59 AM
skippybosco skippybosco is offline
 
Join Date: Sep 2007
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice job.

Another site that has done a very clean integration is the skewl campus guys.. They manage logging in for you automatically (no need to set password, etc).. allow you to browse messages/users from within facebook.

http://www.facebook.com/apps/applica...?id=2368627111



--

One thing that neither site offers is the ability to post from within facebook..
Attached Images
File Type: jpg skewl.jpg (45.3 KB, 0 views)
Reply With Quote
  #15  
Old 03-29-2008, 07:01 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rightsideforum View Post
To answer you both.

1. I know there has been plenty of interest in a bridge between the two. Plenty of designers have said it isn't possible, I wanted to show that it is.

2. As for 'sharing it' - I'd be happy to share it for free with anybody. As I said, I am not a designer so it's not a matter of me sharing secrets. If I know what I'm looking for, I'd be very happy to pass it on.

It's no skin off my nose. It's your forum, if you wish to delete the thread, so be it. I have no reason to come and gloat here, I am trying to be helpful.
Since you paid for it, it is yours to release here. I am sure you can recoup some of your costs if you ask for donations.
Reply With Quote
  #16  
Old 03-30-2008, 10:24 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yinyang View Post
Since you paid for it, it is yours to release here. I am sure you can recoup some of your costs if you ask for donations.
That will depend on the agreement. Mostly if you 'purchase' software it you do not become the owner of such software, you only buy permission to use it. Permission to redistribute is often not given or only for a much higher amount.
Reply With Quote
  #17  
Old 05-15-2008, 07:19 PM
jeffj jeffj is offline
 
Join Date: Jul 2002
Location: Chesapeake Bay
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
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.
Reply With Quote
  #18  
Old 12-05-2008, 04:10 PM
fabs_pim fabs_pim is offline
 
Join Date: Jul 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Facebook has opened its Facebook Connect API ... is there a chance that this will be integrated into vbulletin?
Reply With Quote
  #19  
Old 12-05-2008, 05:15 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jeffj View Post
: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.
any chance I can pay you to do this for me?

--------------- Added [DATE]1228504582[/DATE] at [TIME]1228504582[/TIME] ---------------

Quote:
Originally Posted by Marco van Herwaarden View Post
That will depend on the agreement. Mostly if you 'purchase' software it you do not become the owner of such software, you only buy permission to use it. Permission to redistribute is often not given or only for a much higher amount.
i agree, i miswrote. i meant if he "commissioned it" and thus owns all rights to it. then it is his to freely distribute or charge for.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:55 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04099 seconds
  • Memory Usage 2,266KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete