May I know if there is a way to go to a screen after signing up which shows a list of friends you can tell them about the site?

For eg. :

My friend Eric installs this application,
then on signing up, he gets this screen if he wants to share it with the rest of his friends.

thanks.

Comments

Dave Cohen’s picture

Status: Active » Closed (won't fix)

You could create such a page yourself.

You could write your own module that implements hook_fb. On the FB_OP_POST_INIT operation you could redirect the user to such a page. Although I'd recommend you simply provide a link to such a page, and let the user go there if and when they want to.