Hi I'm testing everything at the moment in a standard (stand alone) php file. Once everything is working I want to integrate everything in my php application. The issue (I think) is that my application uses a (session) token in the url. So how can I create a return uri and use that session variable. If the session variable isn't present in the url the user will get logged out and need to login again. This behavior also prevent to get the user access token.
Any way on how to do or approach this?
Thanks in advance,
Danny