dongqiyou0303 2011-06-05 14:56
浏览 62
已采纳

Facebook PHP SDK注销功能

can you explain to me how can i call logout function of facebook php sdk, without that logged user have to click on logout link generated with the $facebook->getLogoutUrl.

  • 写回答

2条回答 默认 最新

  • dongyuan8312 2011-06-05 15:03
    关注

    I think theres no method to do it.. how about making a curl request for the url generated using $facebook->getLogoutUrl.

    in their js api they have provided

    FB.logout
    

    http://developers.facebook.com/docs/reference/javascript/FB.logout/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?