Hi I got a question, what is needed (if possible) to use fb connect option with a windows server runing vbulletin on IIS?
Announcement
Collapse
No announcement yet.
is possible to use fb connect with windows server on IIS?
Collapse
X
-
According to vBulletin faqs
In order to implement the Facebook OpenGraph API, your server must also have cURL with SSL support, or openSSL compiled into PHP in order for FB Connect to work. In the second case, cURL is not necessary. If you are having problems with the FB functions in vB, check your phpinfo to see if you have either cURL with SSL support or openSSL. If you have neither, you will need to recompile PHP with that support.
But doesn't says anything for IIS and windows
Comment
-
Originally posted by enb141 View PostAccording to vBulletin faqs
In order to implement the Facebook OpenGraph API, your server must also have cURL with SSL support, or openSSL compiled into PHP in order for FB Connect to work. In the second case, cURL is not necessary. If you are having problems with the FB functions in vB, check your phpinfo to see if you have either cURL with SSL support or openSSL. If you have neither, you will need to recompile PHP with that support.
But doesn't says anything for IIS and windows
It's just a matter of un-commenting the relevant plugins.
This is not specific for Windows or Linux, no matter the OS, the PHP install has to have those items enabled.
So as long as PHP is configured properly on either Windows (IIS) or Linux, it will work flawlessly. I run 90% IIS (6 & 7.5) only sites and we have no problems with using Facebook Connect with properly configured PHP. (currently on 5.3.6)
Edit: One other point, at least for my servers, I run PHP 5.3.6 VC9 Non-Thread Safe binaries as obtained from PHP.NET.To be updated...
Comment
-
Originally posted by enb141 View PostThanks, I'm glad to hear that.
One more question.
Why Non-Thread safe instead of Thread safe?
Search out the differences yourself in Thread Safe vs. Non-Thread Safe PHP related to IIS uses on Google.To be updated...
Comment
Related Topics
Collapse
-
by jdjI've put in a support ticket about this but nobody replied
I have followed the tutorial here:
https://www.vbulletin.com/forum/foru...in-5-connect-q...-
Channel: Support Issues & Questions
Mon 24 Apr '17, 8:06am -
-
by AlexTheRotaHello,
VB Version: 5.1.8
PHP Version: 5.5.28
Server: Apache
O.S. Amazon Linux
CURL: Enabled (7.36.0)
mysqlnd: 5.0.11-dev - 20120503
Facebook options:...-
Channel: Support Issues & Questions
Wed 9 Sep '15, 12:10pm -
Comment