• Resolved AZ

    (@axenaqvi)


    Hi

    You have an issue in file:

    ik-facebook/include/lib/GP_Facebook.php

    on line 51.

    It should be:

    $this->access_token = $the_access_token;

    rather than

    $this->access_token = “accesstoken = $the_access_token”;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey @axenaqvi

    Can you confirm this for me?

    We had to make this change because access tokens were being returned differently as of a week or so ago. Would you be willing to share your keys with me so I can test to see if things are returned differently for your combo than with others? If so, send them in an email to “[email protected]

    All the best,
    Richard

    Thread Starter AZ

    (@axenaqvi)

    Hi Richard

    Thanks for the response. I am not sure about that. I was updating plugins for a client of mine and the site went down with a 500 internal server error. I tracked it down to this line of code and changing it to the previously mentioned one, I was able to have the site back up and functional. Please let me know what information you need apart from keys. I will consult this with client and provide you the needed details.

    Regards

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey @axenaqvi

    There was an issue in the plugin, with how it was handling error objects from the Graph API. Essentially, it wasn’t handling them and at a few points (such as the one you cited) there were some catchable errors being thrown (which would result in the 500 error you saw, most likely.)

    Those have been fixed in version 3.0.8, which was released today.

    Do you mind to check it out and see if it works with your setup? If you continue to have issues, it would be most direct for me to login to your site and continue to troubleshoot.

    All the best,
    Richard

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey @axenaqvi

    Are you still experiencing this issue?

    We believe it to be patched and since there hasn’t been a follow up, I’m going to assume this issue is resolved. Please let me know if it is still active!

    Best,
    Richard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue in file GP_Facebook.php’ is closed to new replies.