I have created a facebook application to add a page tab in any facebook page. for this i have a pagetab name in facebook integration of application's setting part. Suppose i have added the name as "MyFbTab"
Now the problem is when someone add my application to his page then a tab will be added with name MyFbTab , but i want to ask user for a name and then the tab created with the name entered .
I am using facebook js sdk for this So please help regarding to fb js sdk
I have found a method for this in php sdk but want to do this in js sdk
regards