How to get short-lived session_key based on REST API?

135 views Asked by At

I want to find a way to let the session_key based on REST API expire to test my desktop app. How can I make an session_key based on REST API expired in short time? How can I get a short-lived session_key based on REST API?

thanks!!!

1

There are 1 answers

0
Igy On

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/