node-facebook-client icon indicating copy to clipboard operation
node-facebook-client copied to clipboard

Add simple storage for mapping between oauth-code and access_tokens

Open DracoBlue opened this issue 14 years ago • 0 comments

Currently the oauth-code is used for each request to retrieve the access_token (if that is necessary).

@liuliu showed a pretty nice approach in his pull request at #16

Would be cool if we could incorporate that in a seperate pull request which adresses just this issue. The #16 was way to full :-)

DracoBlue avatar Jan 05 '12 17:01 DracoBlue