How to get an user's session key out of a Token?
I have a token with offline_access as special perms and i would like to know how to obtain the session key from that token (if required also using the appid, apikey and appsecret).
Is this even pos开发者_开发知识库sible? If yes, how?
If you use the PHP SDK you can call $facebook->getSession()
and a few other functions. You can check it here
精彩评论