I found some time to work on the plugin and publish version 2.0.0. You can now send your api call asynchronous via ajax. Thus your page does not need to wait for a facebook api response in order to start render your website.
If you upgrade from 1.0.0 this version might break things
And is are facing the problem right now: you have to maintain a website but every content is created by the Facebook crew⌠and nobody wants to copy&paste (check for updates, or deleted photosâŚ) all that sh***. So i found your plugin but started one that creates content⌠so it âwant fade away and needs no workâ. This should be a series of âget my content back from vendor lockin and social network data owningâ-plugins. instagram looks like my next âtargetâ.
But itâs not ready for a public release yet and maybe never willâŚ
i got just âfalseâ results (errno7!?) requesting the facebook API by cURL in PHP since some days.
Strange, because the request URL works in browser.
Maybe some issue with SSL certs, or misconfigured cUrl Opts⌠havenât figured it out completely ATM.
Jea youâre right currently it is also not working for me. Maybe the Facebook-Graph-API got a recent change. Have to look deeper into it when I find time within the next few days.
I noticed that the Facebook API made a small little tweak to its API. The response object is now sorted from newest to oldest (instead of oldest to newest).
I bumped the version to v2.0.1 to implement this little change.