Is there a Codeigniter library available that allows me to
- Login users with their Facebook account
- Import profile data, including interests?
This library by Elliot Haughin should cover the login part but I’m less sure about importing profile data.
Anyone have information about this?
The official Facebook PHP SDK actually works fine with Codeigniter.
put
base_facebook.phpandfacebook.phpin yourlibrariesdirectorycreate a
facebook.phpfile in your config directory with these contentsthen use it like this
Full writeup here