05-23-2011, 12:35 AM
[eluser]Unknown[/eluser]
Facebook have released v3.0.0 of their PHP SDK... Does anyone have some tips on how to integrate this into CodeIgniter v2.0.2?
I'm rather new to CI - so step-by-step tips would be great (for me and others I'm sure).
Would prefer to keep it simple - and not use some special third-party library - just keep to the core Facebook library.
Facebook Dev Blog: Upgrade to PHP SDK v3.0.0
http://developers.facebook.com/blog/post/503
GitHub Source
https://github.com/facebook/php-sdk/
FYI I'm going to start by looking over these for some tips:
http://www.key2market.com/2010/12/integr...niter-2-0/
http://www.haughin.com/code/facebook/
http://brandonbeasley.com/blog/facebook-...deigniter/
Thanks in advance for any help you have to offer ^_^
Facebook have released v3.0.0 of their PHP SDK... Does anyone have some tips on how to integrate this into CodeIgniter v2.0.2?
I'm rather new to CI - so step-by-step tips would be great (for me and others I'm sure).
Would prefer to keep it simple - and not use some special third-party library - just keep to the core Facebook library.
Quote:The new PHP SDK (v3.0.0) is a major upgrade to the older one (v2.2.x):
1. Uses OAuth authentication flows instead of legacy authentication flow
2. Consists of two classes. The first (class BaseFacebook) maintains the core of the upgrade, and the second one (class Facebook) is a small subclass that uses PHP sessions to store the user id and access token.
Facebook Dev Blog: Upgrade to PHP SDK v3.0.0
http://developers.facebook.com/blog/post/503
GitHub Source
https://github.com/facebook/php-sdk/
FYI I'm going to start by looking over these for some tips:
http://www.key2market.com/2010/12/integr...niter-2-0/
http://www.haughin.com/code/facebook/
http://brandonbeasley.com/blog/facebook-...deigniter/
Thanks in advance for any help you have to offer ^_^