Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter homework

    (@homework)

    Can’t authorize to post on facebook anymore…

    what’s wrong?????

    Plugin Author NextScripts

    (@nextscripts)

    The answer is in the FAQ – #1.10:
    http://www.nextscripts.com/support-faq/#a110

    Thread Starter homework

    (@homework)

    It works! Thanks a lot.

    Thread Starter homework

    (@homework)

    now it’s not working again…

    Plugin Author NextScripts

    (@nextscripts)

    You need to talk to your hosting provider. Connection between your server and Facebook.com is unstable.

    Thread Starter homework

    (@homework)

    Now i can’t import comments… i contacted my hosting provider

    Thread Starter homework

    (@homework)

    It’s still not working… My hosting don’t believe it’s a server’s problem…

    Plugin Author NextScripts

    (@nextscripts)

    Let me explain how it works.

    Plugin does not connect to Facebook by itself. It asks WordPress to do it by calling standard WordPress function wp_remote_get().

    WordPress also does not connect to Facebook by itself when asked. It asks PHP to do it by calling standard php curl_exec() function.

    PHP also does not connect to Facebook by itself when asked. It asks the system binary library that installed on the server and called “cURL” to do it.

    That library connects to Facebook. That library generates “Connection timed out after 5000 milliseconds” error and passes it to PHP that pases it to Wodpress that pases it to the plugin.

    Only your hosting provider could answer why library generates that error and do something about that.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error with Facebook Authorize’ is closed to new replies.