0

我想找到一种方法让基于 REST API 的 session_key 过期来测试我的桌面应用程序。如何使基于 REST API 的 session_key 在短时间内过期?如何获得基于 REST API 的短期 session_key?

谢谢!!!

4

1 回答 1

1

The deprecated REST API endpoints which accepted a session key were all updated to use access tokens. There should be no need to use session_key anywhere in your code - thus the current Authentication documentation should be correct: https://developers.facebook.com/docs/authentication/

于 2012-06-06T09:20:41.997 回答