Does anyone have some tutorials on how can I integrate FOS-Facebook bundle without use of the FOSUser Bundle?
Asked
Active
Viewed 964 times
0
-
2when you install just the fos Facebook bundle it's not ok ? https://github.com/FriendsOfSymfony/FOSFacebookBundle – Clément Andraud Feb 06 '14 at 11:18
-
you can use HWIOAuthBundle to login with facebook – ahmed hamdy Feb 06 '14 at 11:22
-
https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/resource_owners/facebook.md – ahmed hamdy Feb 06 '14 at 11:23
-
I think there is no dependency between FOSuserBundle and FosFacebook bundle. You can use FosFacebook bundle freely. – hizbul25 Feb 06 '14 at 11:23
-
Facebook bundle is installed but cant figure out how to integrate it without use of FOS User Bundle. :) – Ajay Patel Feb 06 '14 at 11:23
-
1@ahmedhamdy sorry but my basic requiremnt is to use only FOS Facebook bundle. – Ajay Patel Feb 06 '14 at 11:25
-
@hizbul25 do u have any sample code for this problem? – Ajay Patel Feb 06 '14 at 11:36
-
https://github.com/FriendsOfSymfony/FOSFacebookBundle follow this – hizbul25 Feb 06 '14 at 11:39
-
i have checked above link's documentation but they have only tutorial for integrating with FOS User bundle. not for other type of user. – Ajay Patel Feb 06 '14 at 11:41
1 Answers
0
This Bundle has been DEPRECATED consider using https://github.com/hwi/HWIOAuthBundle instead

CodeSlave
- 457
- 6
- 17