CodeIgniter Forums
Facebook PHP SDK v3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Facebook PHP SDK v3 (/showthread.php?tid=42850)



Facebook PHP SDK v3 - El Forum - 06-21-2011

[eluser]alphabase[/eluser]
Hi,

It seems that Facebook has released a new SDK, version 3, a while ago.
Now I've found MANY libraries on the internet on how to implement this, but NONE works as intended.
Since I'm quite new to CI (not to PHP), I'm stuck, and have a hard time trying to continue.

I wish to use Facebook connect inside my website, so not to use my site as a Facebook app in the canvas.
I wish to use user authentication, liking, and wall posting, and anything else that's possible.

Is there anyone on this forum who can help me with this?
I'm using the newest CI (2.0.2) and the newest Facebook SDK (3.0.1).

Any help is highly appreciated.

With kind regards,
Gerard Nijboer


Facebook PHP SDK v3 - El Forum - 06-21-2011

[eluser]toopay[/eluser]
What you called "SDK" is actually just several file, to perform a curl calls to some site (RESTful) API, with some protocol to allow secure API authorization in a simple and standard method. What your problem with that?


Facebook PHP SDK v3 - El Forum - 07-01-2011

[eluser]alphabase[/eluser]
Hi,

The problem is that the Facebook-API returns to your site with some key, but this page leeps reloading.
There are many tutorials on the web, but none seem to support PHP SDK v3.
So I was wondering if anyone could share some working examples with me.

Gerard


Facebook PHP SDK v3 - El Forum - 07-13-2011

[eluser]Nisha S.[/eluser]
May be you can read the blog at http://www.betterhelpworld.com/codeigniter/how-to-use-facebook-php-sdk-v-3-0-0-with-codeigniter which is based on new SDK.