I am building a platform for my friend and myself. The main issue I am facing is related to the callback handling.
In my system, I have a function that extracts the request_token and then generates the access_token, which is saved to the database. However, the problem is that the system is not able to map which user the generated access_token belongs to whether it is mine, my friend’s, or another user.