Welcome Guest, Not a member yet? Register   Sign In
Facebook Connect - class init problem
#2

[eluser]michaelbenbender[/eluser]
I'm not sure this answers your question, but Facebook just released an updated PHP SDK the other day. http://developers.facebook.com/blog/post/503

You can put these two PHP files in your libraries folder and use them directly as in the examples in that blog by using
Code:
$this->load->library('facebook');
$this->facebook...
(Use $this->facebook instead of $facebook as in the examples in the blog post.)

I have not dealt with facebook connect, but I was under the impression that is the old legacy facebook integration process and that the graph API is the new way (and much easier in my opinion).


Messages In This Thread
Facebook Connect - class init problem - by El Forum - 05-04-2011, 12:43 AM
Facebook Connect - class init problem - by El Forum - 05-25-2011, 03:55 PM
Facebook Connect - class init problem - by El Forum - 07-13-2011, 02:53 AM
Facebook Connect - class init problem - by El Forum - 07-13-2011, 04:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB