Facebook

The Facebook connector allows you to connect to the Facebook platform so you can publish, like, and comment on posts.

Actions

  • getComments: Provides the list of comments that are associated with an object

  • getLikes: Provides a list of pages that the current user has liked

  • getPhoto: Provides details of a photo that is public or uploaded by the user, or in which the user has been tagged

  • getPost: Provides details about individual entries in a profile feed. Profile can be a user, page, or group

  • likeObject: Indicates whether the object has been liked. The object can be a user, page, group, or album

  • publishComment: Adds a comment to a particular object

  • publishLink: Publishes a link on an object

  • publishPhoto: Shares an existing photo on the object wall. The object can be a user, page, group, or album

Custom Actions

The Facebook connector lets you create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other predefined actions do.

Learn more about how to create custom actions.