Facebook application redirect on different URL's
Posted
by
All is well
on Stack Overflow
See other posts from Stack Overflow
or by All is well
Published on 2011-01-11T05:40:27Z
Indexed on
2011/01/11
5:53 UTC
Read the original article
Hit count: 234
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:
which is wrong . Please help to resolve this issue.
© Stack Overflow or respective owner