![]() |
![]()
| ![]() |
![]()
NAMEFacebook::Graph::Publish::PageTab - Add a page tab. VERSIONversion 1.1205 SYNOPSISmy $fb = Facebook::Graph->new; $fb->add_page_tab($page_id, $app_id)->publish; DESCRIPTIONThis module gives you quick and easy access to publish an app as a page tab. ATTENTION: You must have the "manage_pages" privilege to use this module. METHODSapp_id ( id )Specify an app id for the app to add as the page tab. publish ( )Posts the data and returns a Facebook::Graph::Response object. The response object should contain the id: {"id":"1647395831_130068550371568"} LEGALFacebook::Graph is Copyright 2010 - 2017 Plain Black Corporation (<http://www.plainblack.com>) and is licensed under the same terms as Perl itself.
|