Autopost social
Categories
Component ID
2857642
Component name
Autopost social
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
952
Component created
Component changed
Component body
Autopost social is a module to publish posts to multi Social network (Facebook, Twitter) when you add/edit a new content.
![]()
How to Install
- Enable Module Autopost social.
- You need to install composer :
- composer require facebook/graph-sdk
- composer require abraham/twitteroauth
- Visit this page to add your configuration (ClientId, SecretId ...) : admin/structure/autopost-social/settings
- Enable autopost functionality to content type you want : admin/structure/types/manage/CONTENT-TYPE
- When you add a new Content you can enable autopost to each social network (facebook, twitter)
Requirements
Composer library (facebook sdk, twitter sdk)
composer require facebook/graph-sdk
composer require abraham/twitteroauthFacebook Generate Access token
This module generate automaticly access token code for Facebook provider no action needed, you need just an app id and a secret id in this page (admin/structure/autopost-social/settings) :

