in my own case I used same callback for both Apple and other socialite but differentiate Apple with conditional statements and in my route I matched both post and get for the callback url, it passes the Apple but I still get user unable to login with provider (Apple), the error is from my callback method.
Please how do I get this sorted?