https://github.com/martin-georgiev/social-post
Library helping you publish status updates on Facebook, LinkedIn and Twitter in centralised way.
https://github.com/martin-georgiev/social-post
facebook linkedin social-network twitter
Last synced: 2 months ago
JSON representation
Library helping you publish status updates on Facebook, LinkedIn and Twitter in centralised way.
- Host: GitHub
- URL: https://github.com/martin-georgiev/social-post
- Owner: martin-georgiev
- License: mit
- Created: 2018-08-01T21:09:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:26:30.000Z (about 4 years ago)
- Last Synced: 2025-02-28T00:53:32.216Z (3 months ago)
- Topics: facebook, linkedin, social-network, twitter
- Language: PHP
- Homepage: https://packagist.org/packages/martin-georgiev/social-post
- Size: 20.5 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/martin-georgiev/social-post/?branch=master)
[](https://www.travis-ci.org/martin-georgiev/social-post)
[](https://coveralls.io/github/martin-georgiev/social-post?branch=master)
[](https://packagist.org/packages/martin-georgiev/social-post)
[](https://packagist.org/packages/martin-georgiev/social-post)----
## What's this?
This is a library that provides centralised gateway for publishing post updates to social networks. Currently, it supports Facebook, LinkedIn and Twitter.----
## How to install it?
Recommended way is through [Composer](https://getcomposer.org/download/)composer require martin-georgiev/social-post
----
## Additional help
Twitter has limited features for tweet customisation. This means that for tweets only `message` and `link` values (`Message` instance) will be used.Facebook doesn't support non-expiring user access tokens. Instead, you can obtain a permanent page access token. When using such tokens you can act and post as the page itself. More information about the page access tokens from the official [Facebook documentation](https://developers.facebook.com/docs/facebook-login/access-tokens/expiration-and-extension#extendingpagetokens). Some Stackoverflow answers ([here](https://stackoverflow.com/a/21927690/3425372) and [here](https://stackoverflow.com/a/28418469/3425372)) also can of help.
----
## License
This package is licensed under the MIT License.