Facebook login token
See original GitHub issueWould it be possible to get entire token with Login
onSubmit
- right now it only gives us signedRequest
- but I would like to get accessToken
as well - so I could verify data on server side . Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Access Token Guide - Facebook Login
An access token is an opaque string that identifies a user, app, or Page and can be used by the app to make...
Read more >Access Tokens - Facebook Login - Meta for Developers
At the end of the login process, an access token is generated. This access token is the thing that's passed along with every...
Read more >Pages API - Access Token - Documentation
The Facebook Login Dialog. These methods create a short-lived User access token that is valid for 1 hour. Get a Long-lived ...
Read more >Authentication Versus Data Access - Facebook Login
Facebook Login provides two major benefits: authentication and data access. ... Facebook Login to authenticate someone, it receives a User access token.
Read more >Security - Facebook Login - Documentation
Access tokens are opaque strings that are used in token-based authentication to identify a user, app, or page and can allow an application...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released new version 2.2.1
Yes that will be a nice feature