Code

Discussion on Social Posts timeline PHP class

Discussion on Social Posts timeline PHP class

By
Cart 178 sales

ceasar supports this item

Supported

This author's response time can be up to 1 business day.

68 comments found.

Hello, I purchased your plugin. You plug-in doesn’t works with Facebook api version 13. Do you have an update with this api version ? Thank you.

I don’t see any problems with API 13.0, what is going wrong on you’re site ? Also the demo works with the latest version

Is it possible to make a feed of pages that are not owned by you on Facebook?

We are an association that has a multitude of associated companies and we would like to show what they publish on Facebook (only public info)

That’s not possible

Nevermind! :-)

Hi. I’m interested in buying. Do you have a tutorial for how I should create an app or which permissions I need? I created an app and got the manage_page permission but your script still says I need that one or the ‘Page Public Content Access’ feature or the ‘Page Public Metadata Access’ feature. Please advice

I’m the owner of the page and app with the manage_page permission and still got the error message, that’s why I want to know what permission. I need since your description mentions I can use my own app. So this is no longer an option?

Then you’re app is wrong. Way to complicated to help you with that . You can use a pagetoken generated with my app, or indeed use you’re own app if you know how to set it up

Lmao. Obviously I was asking for a tutorial from you in order to setup my own app without having to generate tokens from third party apps. Not helpful at all

seem photo from facebook are not showing

Url ? Like I described, probably a js error, check youre consol in chome or ff

it must be in mozzila as it workes in ie http://paradisebuilders.org/

Yup. js errors

widget.php?pid=ChIJW6qhNzCs0IkRBsjftUaK8qE:4552 Uncaught TypeError: Cannot read property ‘length’ of null at Object.success (widget.php?pid=ChIJW6qhNzCs0IkRBsjftUaK8qE:4552) at u (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at k (jquery.min.js:2) at XMLHttpRequest.<anonymous> (jquery.min.js:2)

and you forgot the css

<!- needed CSS -> <link rel=”stylesheet” href=”facebook/css/timeline.css”> <!- END needed CSS ->

Hi) Great script !!! Please add news output to rss https://prnt.sc/rezb48 It is important to export other social networks! Thanks!)

Hi) Great script !!! Please add news output to rss https://prnt.sc/rezb48 It is important to export other social networks! Thanks!) The output should be all publications on this page in one rss feed

I want to install rss converter in your script https://prnt.sc/rf48pd

I understand what you want, however I won’t add this to this script. Ofcourse you are free to add it for yourself

Hi! Thanks for great class!

Is it possible to show public facebook pages without admin account associated with the page? The reason why I ask is that we use this to display our custumers facebook feed on their displays. Before we just used our token, but now we cannot do this anymore. It’s strange because the iFrame API doesn’t require any permissions, and it’s the same data we want. Thanks!

Sorry that ’s is not possible. What you do is sent your’re customer you’re license key and the link to my generator https://www.cfconsultancy.nl/loginfb/ and ask if the sent you the permanent facebook token (only expires if facebook found a hack or the customer changes there facebook password ) so you can add that. And use my latest version

Demo not working?

Looks like a bug with the facebook API, is working again now

I am getting the below message on my FB Developers page and your script has stopped working. Any Suggestion, or work around planned?

Pasted notice from FB below this line—-

“As of September 4, 2019, will not have access to the following permissions or features:

Page Public Content Access

If your app still needs access to these permissions or features, you’ll need to request them through the App Review process. If you don’t need access, no further action is required.”

Update to the latest version and use an accestoken as described on the item details, https://www.cfconsultancy.nl/loginfb/

I understand that I will need to be the Admin of the Facebook page to use this access token method, is this correct?

yes indeed, or try to you get get Page Public Content Access permissions from facebook

how do i get it to show more than 1 post http://paradisebuilders.org/face.php

That’s the cache, empty the cache or set to 0. The shared posts are from users not business pages en for privacy reasons cannot be retrieved.

I am not a facebook developer :-), and check the post here https://developers.facebook.com/tools/explorer/?method=GET&path=1652932344990035%3Ffields%3Did%2Cname%2Cposts.limit(10)&version=v3.2

Not youre browser cache but cache setting . Default its set to 6 hours, set to 0 for no cache time.

$tl->setCacheLife(21600); to $tl->setCacheLife(0); and you can set debug to true to see the link and the json output

hello I recently received the following error message. until then did the script always work well?

The user 112098702182549 does not exists !

Fatal error: Uncaught exception Exception with message JSON is empty thrown in templates/facebook/facebook/lib/facebookTimeline.php on line 82

can i send you the link with private message?

On my autors page you can sent me a private message

Yesterday jan 31 this was caused by a bug from the Facebook API, everyrthing seems to be resolved

Hello, I’ve bought your script yesterday but I run into a prob. When I upload the files and add my cred. like id and accesstoken, it works fine. However after a few houres it suddenly stops working and says the user doesn’t exist. example : http://www.bouw-je-eigen-website.be/facebook-class

When I test my user Id in the facebookgraph, everything is normal. Also my accesstoken is set to never expire.

When I upload all the files again and add the same cred., everything will work again for a few houres. Could you please help me?

set debug to true, and run the url, perhaps the user is so new and facebook has an hickup. Also for any help always place the url to the facebook page

En even gegoogled, https://www.facebook.com/portalocker.be/ dus de username is portalocker.be

Posted this earlier at your Wordpress product (sorry). I should have asked my question here. So here goes (sorry for the mess)

Hi ceasar,

Good to see Dutch developers here. So I guess I can translate your minutes / days / weeks / etc. Without issues to their Dutch relatives without problems right?

So for example;

1 dag geleden 2 dagen geleden 1 week geleden 2 weken gelden 1 maand geleden 2 maanden geleden 1 jaar geleden 2 jaren geleden

I am asking, because the other script I am using is mainly focused on US/English language. So it doesn’t work very well with Dutch dates.

Thank you in advance.

Regards

And added it, will update the new version tonight :-)

Awesome! Many thanks. :-)

I forgot to rate your script; which I will do now straight away! * thumbs up *

thanks :-)

OK, I just can’t make it work. Your readme file is outdated, the developers.facebook.com doesn’t look like on the YT video any more and I only get “The user …... does not exists !”error. And no, I don’t need to send my app for review at least not according to their guidelines. Do you accept refund requests? I have to buy something that is simpler and not that complicated like your script.

That was before you answer my question, sorry for that. And I changed it to 5 stars already.

Thanks :-)

In my own cms I use it like this

if(isset($_SESSION['loggedin']) && $_SESSION['loggedin'] == true){
        $tl->setCacheLife(0);
}else{
    $tl->setCacheLife(21600);
}

So if the admin logs in set to 0 else to 6 hours

Hi, I have this setup on my local dev environment.

I have setup a test app on Facebook.

I have added in the page ID, tokenID and tokenSecret.

I get the error below for the page I am trying to read in. The user stephenpeytonmotors does not exists !

When I change it to my own personal ID the same happens

Test URL http://fb-hosting.com/adrian/test/facebook-class/ Any idea why this is happening?

The Facebook graph explorer shows that I can access the page once I grant a token.

Does the app need to be approved by Facebook first? Or should it work in dev mode?

Thanks, Adrian.

set debug to true, copy and paste the link in chrome or ff and see what the json tells you, so many times discussed here. The app probally needs to be reviewed

By the below I would reckon that the app needs to be reviewed by Facebook?

{ “error”: { “message”: “(#10) To use ‘Page Public Content Access’, your use of this endpoint must be reviewed and approved by Facebook. To submit this ‘Page Public Content Access’ feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.", “type”: “OAuthException”, “code”: 10, “fbtrace_id”: “EXWvwJJKSzs” } }

That’s what I wrote

Hi, here is my business page: https://www.facebook.com/chinaflagmaker , i set the username as: chinaflagmaker but it still display “The user chinaflagmaker does not exists !”. when am i wrong? please help!

Yes, youre app needs to be reviewed or use an older app before may 1 2018

Hi, any guide to show how to set my app as reviewed? Many Thanks

I can not make it work.. allways getting “The user [whateverIdItryToUse] does not exists !”

Please, why not give any info about what you are doing ?? Facebook link, set debug to true, copy en paste the link in chrome and look what the json tells you

thanks, tried everything..confused by id / tokenId / tokenSecret – the terminology used by facebook is different, so not sure what is what a what steps should I take to set it up correctly and than eventualy make it work..also seems like facebook might be requesting the app for review..easier might be to use https://connect.facebook.net/en_US/sdk.js and ... which is very limited and requires manual entering of posts links, but works without the id/token/secret/review/etc hassle.. just need to show public posts from fb, should be easy..thought that your scripts make it even easier, but it does not look like that unfortunatelly..

Hello, there is this error showing up: username does not exist. I used both the name and the page ID, but it does not work. I also tested it with the Graphexplorer and the page is existing and working. I am also using an App ID with App Secret. Whats the problem with it?

No its not telling the error.

{
   "error": {
      "message": "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.",
      "type": "OAuthException",
      "code": 10,
      "fbtrace_id": "B7TrELutqGQ" 
   }
}
So your app needs to be reviewed by facebook before you can use it

Since I don’t know what facebook is doing best thing is to google for ‘To use ‘Page Public Content Access’, your use of this endpoint must be reviewed and approved by Facebook’

Hm, my JSON Output is not looking like this. But now I know what to do! Thank you very much!

Hi, I’m interested in the product. This PHP script works for use in different domains?

Sure, but for every domain one license

With the newest API updates there was the introduction of the “message me” button. Now, any FB posts with that enabled are not pulling into my Facebook wall. Is there a fix for this?

Also, all of the “events” that get pulled in have super tiny 50×50 images that get stretched and appear stretched. Is there a fix for this?

Been a happy user of this script for the last year and hoping there is a fix for these two issues.

Probally a bug from facebook. If I use https://graph.facebook.com/v2.10/AFRCCDurham?fields=name,picture,posts.limit(20) and &access_token then I won’t retrieve them.

You can report a bug here https://developers.facebook.com/bugs/

Caesar, I’m working with Facebook on this bug.

I’m trying to locate the exact contents of the HTTP request sent to the Graph API. Do you know where I would find that? They are not looking for php code from facebookTimeline.php, but instead want the actual http request.

The exact request can be found on the graph api dev website, no php code needed https://graph.facebook.com/v2.10/AFRCCDurham?fields=name,picture,posts.limit(20)
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey