Facebook Page Link Post
This handler allows you to post a link to a Facebook page through a user who has administrator access to that page.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler allows you to post a link to a Facebook page through a user who has administrator access to that page. Using the email and password provided in the info values, this handler will give itself authorization to post to your timeline and pages through association with the Kinetic Task Facebook application. Once it has recieved the user access token, it will find pages the user has access to, compare their names with the provided page name, and retrieve the access token for that page. Finally, the handler will post the provided link to that page.
Parameters
Name | Description |
---|---|
Page Name | Name of the existing page you wish to post status to. |
Link | Link URL |
Message | Message in addition to the link |
Published | Whether a post is published on the page or not |
Sample Configuration
Parameter | Example Configuration |
---|---|
Page Name | Example Page |
Link | http://www.example.com |
Message | This is a link to an example page. |
Published | yes |
Results
This handler returns no results
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-08-22 | Initial Version |