Hi,
Can someone tell me how I can change the destination path after a user logs in via the Facebook button, the current path is http://mydomain.com/facebook?destination=node
I would like it to go to http://mydomain.com/facebook?destination=specificpageonmysite
Comments
Comment #1
brakkevh commentedOk, I will answer my question myself because it was quite simple. I just changed the Callback-URL to http://www.mydomain.com/facebook?destination=myspecificpage
Comment #2
brakkevh commentedComment #4
gkapoor commentedQuick question. How do I re-direct user to edit their profile after login through Facebook? This syntax didn't work for me
facebook?destination=user/%uid/edit
Thanks,
=gk