Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Issue with Facebook Logout

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #46506
    sumitguptasgt
    Participant

    Hi All,

    I am facing issu with facebooklogout function.Please tell me what is the adject problem.My funtion is

    function facebooklogout() {
    FB.logout(function (response) {
    //window.location.reload();
    console.log(response);

    }
    )};

    i am using this on button click in Jquery.

    Thanks & Regards,
    Sumit Gupta

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.