connect-auth icon indicating copy to clipboard operation
connect-auth copied to clipboard

Facebook Strategy - Access Token

Open ianlivingstone opened this issue 13 years ago • 2 comments

How can I retrieve the access token via the Facebook Strategy, is it not exposed somehow?

ianlivingstone avatar Sep 20 '11 04:09 ianlivingstone

Yup. It is stored in the session as 'access_token' however this is actually an error and it should be accessible via the getAuthDetails helper method. For now that session variable should work for you?

ciaranj avatar Sep 20 '11 06:09 ciaranj

Yes that works for now

ianlivingstone avatar Sep 20 '11 23:09 ianlivingstone