I’m using the Facebook php sdk to authenticate users from my website. However after successful authentication, the URL goes to:
http://URL/?state={STATE}&code={CODE}
How can I remove the state and the code from showing up?
I’m using Codeigniter and Nginx so .htaccess is not working..
Thank you
1 Answer