Hybridauth - PHP - Facebook returned an invalid user id

后端 未结 3 900
萌比男神i
萌比男神i 2020-12-11 16:34

Well I had hybridauth working and login correctly using facebook since 2 weeks ago, I did not any change and this morning I found that it was not working. I tried to switch

3条回答
  •  死守一世寂寞
    2020-12-11 17:14

    It is due to api change of facebook graph api, you can download latest version of Hybridauth for facebook https://github.com/hybridauth/hybridauth, currently third party api is not available for facebook so you need to download facebook sdk and place it under thirdparty directory, you can download it from https://github.com/facebook/php-graph-sdk.

    After downloading you may need to configure facebook sdk auto-load files.

提交回复
热议问题