SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
692 stars 200 forks source link

Handling Such Errors #141

Closed JohnDotOwl closed 7 years ago

JohnDotOwl commented 8 years ago

This authorization code has been used. This authorization code has expired.

How do I handle the above errors.

SammyK commented 7 years ago

Hey @rainbowhat! In what situations are you getting those errors? It sounds like you're trying to reuse an authorization code to obtain an access token. But authorization codes can only be used once.