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

brakkevh’s picture

Ok, 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

brakkevh’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

gkapoor’s picture

Quick 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