Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"FaceBook Login" vs "FaceBook Connect"

Tags:

facebook

Hello all

Please help me find official info about following:
1) What is "FaceBook Login"
2) What is "FaceBook Connect"

Thank you

like image 592
Oleg Kalenchuk Avatar asked Jan 18 '11 09:01

Oleg Kalenchuk


1 Answers

You can find everything you need there:

http://developers.facebook.com/docs/

For login:

http://developers.facebook.com/docs/authentication/

for Facebook Connect:

http://developers.facebook.com/docs/reference/api/

Facebook Login is not an official Facebook expression. The official term for this is Facebook Authentication. Facebook Connect was the expression used for the server to server technology, back when the Rest API was up to date. Now, you have to use the Graph API to do the same things. You can find the infos about the old Rest API here:

http://developers.facebook.com/docs/reference/rest/

But consider these APIs are deprecated and using them for a new development is probably not a good idea...

like image 164
Alexis Dufrenoy Avatar answered Oct 05 '22 23:10

Alexis Dufrenoy