Closed (won't fix)
Project:
Drupal for Facebook
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2007 at 16:49 UTC
Updated:
11 Oct 2007 at 20:20 UTC
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
Comment #1
Dave Cohen commentedYou 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.