Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author AHWEBDEV

    (@ahwebdev)

    Hi,
    You have an error

    Error?: FB.Auth.setAuthResponse only compatible with OAuth2.

    You must go in your application settings on facebook.com, and set that your app is migrated to oauth2.

    This plugin work with last api from facebook.

    Thread Starter Huntex

    (@huntex)

    Hi, sorry for the delay.
    Thanks for the answer though I believe I already migrated to Oauth2 . Could it be caused by another plugin ? Some kind of conflict ?

    Thread Starter Huntex

    (@huntex)

    Hi, sorry for the delay.
    Thanks for the answer though I believe I already migrated to Oauth2 . Could it be caused by another plugin ? Some kind of conflict ?

    Here’s a Screen Cap.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    I think it’s an error from facebook.
    You should try create a new app on facebook, and test it first.

    Sometimes migration does not work.

    Thread Starter Huntex

    (@huntex)

    I just created a new app, & set migration to oauth2.0 but the problem still persists.

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Ok, I found the error…

    You are using likebox with xfbml code, and not form that AWD facebook plugin.
    the code in your widget text will declare the init of facebook connect, but this must be call only once on a page and the plugin already does it for you.
    You should remove those lines in your widget text:

    <div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>

    this is the base of facebook implementation

    Note that you do not need to use custom code from facebook, you can use a widget AWD facebook like box instead of widget text with code form facebook, AWD widget like box will generate code for you.

    Thread Starter Huntex

    (@huntex)

    Fixed. Thank you SO much!

    Plugin Author AHWEBDEV

    (@ahwebdev)

    Génial! Ah oui, au fait… je suis fran?ais. ??

    Thread Starter Huntex

    (@huntex)

    Ah. J’avais vu le support de la langue fran?aise pour le plugin, mais je ne savais pas que c’était codé par un fran?ais (-:

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Facebook AWD All in one] Connect button non-clickable’ is closed to new replies.