This is a facebook connector to do various operation on a facebook page using Facebook GraphAPI. The following actions are supported:
- Create a new alburm on a specific page.
- Publish a post on a specific page.
- To get Account details.
- To get the Feed Page.
- To get the User details.
- Publish a link on a page.
- Publish a photo on a page.
- Publish a post on a page.
- Update a post on a page.
Learn more about the endpoints here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This connector requires any Node version between 8.14.0 and 10.14.2.
Note: If you have installed any other Node version on your system, you can:
- Use tools to switch between different versions of Node
-
For Windows, use nvm-windows.
-
For Mac, use homebrew.
- Build your app using your existing Node version and then transpile your code using a transpiler like Babel.
Also, to use this connector. you must have wmiocli, webmethod.io's iPaaS Connector Builder CLI installed.
- Clone the repo
git clone https://github.com/anshu96788/webmethods.io-Facebook-Community-Connector.git
. - Run
npm install -g @webmethodsio/wmiocli
. - Login to your webmethods.io tenant using
wmio login
. - Execute
wmio init
to get started. - Finally, execute
wmio deploy
to deploy this connector to your tenant.
Once deployed, it’ll be automatically registered with webMethods.io Integration and will be available to you locally in the Connectors panel under the Services tab.
To test, you can execute wmio test
.
Execute wmio deploy
to deploy this connector to your webmethods.io tenant. And wmio unpublish
to unpublish the published connector app along with triggers and actions associated with the app.
Anshuman Saikia | Dipankar Dutta | Nawajish Laskar
This project is licensed under the Apache 2.0 License - see the LICENSE.mdfile for details
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Contact us at TECHcommunity if you have any questions.