can anyone please explain to me what template_bundle_id for in facebook js.. Example below template_bundle_id is hardcoded
FB.Connect.showFeedDialog(53126803199, null, target, null, null, FB.RequireConnect.promptConnect);
1.what is the use of template_bundle_id if i can hardcode the template_bundle_id ?
2. is unique template_bundle_id need to assign to each facebook js method that i call subsequently or i can use the same template_bundle_id number?