Welcome Guest, Not a member yet? Register   Sign In
Facebook connect issue
#1

[eluser]Aniket[/eluser]
Hi,

I have successfully integrated facebook connect in my development machine , it has php 5 in it. Now when i uploaded it to my server, my whole site freezes. my hosting provides php 4. now i think there is version compatibility problem with the facebook connect client for php4. With php5 its working but not with php4. Has anybody tackled such situation...any suggestion ?

thanks in advance.
#2

[eluser]Fatih[/eluser]
FaceBook libraries is needed PHP5. This is the reason. You must change your server.
#3

[eluser]jcavard[/eluser]
Try this in a .htaccess fille, it emulates PHP5, it *might* works.
Code:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
#4

[eluser]Aniket[/eluser]
Thanks @jcavard for your help. I found a php4 library for facebook and its working gr8.
#5

[eluser]mattpointblank[/eluser]
How did you get Connect working on a local development box? I didn't realise you could do that.
#6

[eluser]Aniket[/eluser]
Well @mattpointblank the answer is yes... we can implement FB Connect on localhost. Just follow the instructions for using it on the FB developers site.




Theme © iAndrew 2016 - Forum software by © MyBB