CodeIgniter Forums
Facebook Latest API SDK - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Facebook Latest API SDK (/showthread.php?tid=68003)



Facebook Latest API SDK - visualsol - 05-08-2017

Sharing what I've done, could not find a new / current one so I made one - hope someone can use it.

[https://github.com/ci-blox/codeigniter-facebook-sdk]

Make sure you have composer and PHP > 5.4.

I was just thinking though how nice CI4 will be for this kind of library Smile.


RE: Facebook Latest API SDK - albertleao - 05-08-2017

You should write some tests to show how stable it is. I use the Facebook SDK in my application, but I'd be scared to put anything untested in my production app.


RE: Facebook Latest API SDK - arisroyo - 05-08-2017

Wow nice, I'd like to test this out and use in my current project : )


RE: Facebook Latest API SDK - arisroyo - 05-08-2017

(05-08-2017, 09:27 AM)albertleao Wrote: You should write some tests to show how stable it is. I use the Facebook SDK in my application, but I'd be scared to put anything untested in my production app.

What FB SDK do you use?


RE: Facebook Latest API SDK - visualsol - 05-09-2017

I'm working on adding tests.. new territory but I'm close.
This library uses the latest graph facebook sdk via composer - v5.5 and up.


RE: Facebook Latest API SDK - albertleao - 05-10-2017

(05-08-2017, 05:35 PM)arisroyo Wrote:
(05-08-2017, 09:27 AM)albertleao Wrote: You should write some tests to show how stable it is. I use the Facebook SDK in my application, but I'd be scared to put anything untested in my production app.

What FB SDK do you use?

The official SDK by Facebook.