add a tab to facebook page programmatically

前端 未结 1 1235
旧巷少年郎
旧巷少年郎 2021-02-11 07:26

I have a site that hosts music (stereokiller.com) - a sample band page would be http://www.stereokiller.com/rapture .

I am attempting to create a facebook application t

相关标签:
1条回答
  • 2021-02-11 08:16

    You can install a profile_tab at the end of the current list of installed tabs for a page by issuing an HTTP POST request to PAGE_ID/tabs with a Page Access Token:

    Parameter Description Type Required app_id ID of the application for which to install the tab. string Y

    If the create is successful, you get the following return: Description Type If the create succeeded boolean

    0 讨论(0)
提交回复
热议问题