How to properly handle session and access token with Facebook PHP SDK 3.0?

前端 未结 5 1944
不知归路
不知归路 2020-11-30 18:05

In the PHP 3.0 SDK there is no getSession() or any session handling from outside the Facebook api available. Some days ago the developers of facebook have also

5条回答
  •  余生分开走
    2020-11-30 19:04

    FYI, Facebook posted an update to the PHP SDK about 2 hours ago which adds support for the new cookie format, if you're creating a session on the client using the JavaScript SDK. The update can be found at the Facebook PHP-SDK GitHub repo.

提交回复
热议问题