Handling OAuth Errors
Last updated
Last updated
When a user encounters an error returning from an OAuth flow, it will automatically detect the error and display this to the user:
This is done by grabbing the error_description
from the request object and passing that value to a socialstream
message bag. This can be accessed from your application:
If you wish to customize how Socialstream handles callback errors, you may do so by creating an "action" that implements the HandlesOauthCallbackErrors
contract and registering it with Socialstream in the boot
method of a service provider: