Facebook application redirect on different URL's
- by All is well
Hi,
I have made a facebook application for generating access_token. It's working fine except one problem with it's redirect url.
Have set redirect Url :
www.mysite.com/myfolder/
in my FB application.
So it will work for all folders/files inside www.mysite.com/myfolder/
but I am having problem
I want to use these urls for redirect:
http://www.mysite.com/myfolder/index.php?mod=config&do=useradd
http://www.mysite.com/myfolder/index.php?mod=config&do=useredit
and it always redirecting me on:
http://www.mysite.com/myfolder/index.php?mod=config
which is wrong . Please help to resolve this issue.