views:

190

answers:

3

I'm trying to use facebook connect in my site so users can register/login with it and I'm having a little bit of trouble understanding all the tutorials around the web.

My question is simple, does the facebook php client lib work in my use case or only to develop facebook applications that run inside fb ?

A: 

This tutorial should help you understand easily. I found it useful.

Amar Ravikumar
thx, already read that. they use a modified php client lib.That's not my question. my question is if the facebook php client is useful in my use case or should I use only the JS lib.
AlfaTeK
Ah. If only for login, then Javascript alone should do, I think. Again, you can use the tutorial to just check how he has implemented the login component.
Amar Ravikumar
+1  A: 

For Facebook Connect, you can use JS (as Amar) has suggested. Here's a tutorial that shows how to do that.

Tilo Mitra
A: 

I know it has been awhile since you posted this but you should definitely try out the new Facebook PHP SDK (can be found here). With the new Graph API, the implementation of Facebook Connect has become very, very simple.

Amar Ravikumar