So, I’m using Google Authsub in my CI code. The problem is, when Google Authsub finishes, it will redirect the browser to my website with conventional URL GET, for example : http://www.example.com/product/category?token=ABCDEF
You see the ?token=ABCDEF ..
How do I catch the token value in my CodeIgniter code..?
Does anybody know? I’m totally confused..
Thanks,
Joe