Download the PHP package rakshazi/social2atom without Composer
On this page you can find all versions of the php package rakshazi/social2atom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rakshazi/social2atom
More information about rakshazi/social2atom
Files in rakshazi/social2atom
Package social2atom
Short Description Convert social networks to atom feed
License MIT
Homepage https://github.com/rakshazi/social2atom
Informations about the package social2atom
Social networks 2 Atom feed converter
Convert social network feeds to atom feed.
Status list:
- Vk.com: support post, audio, video, photo, link attachments
- Facebook.com: support post (only text for this moment) from pages
Installation
composer require rakshazi/social2atom:dev-master
Usage
$s2a->setConfig()
is optional for vk, but if you want see video and audio - it's required.
Some implicit reasons (FAQ)
Q: How to get vk.com token?
A: Read all info here: https://vk.com/dev/auth_sites, you need following scopes:
video,offline
Q: How to get facebook.com token?
A: Create app (for websites) and get it token (App token) here: https://developers.facebook.com/tools/accesstoken/
Q: Why no API libraries were used?
A: Because API library contains a lot of unnecessary (for this project) things (eg: Managing users and groups in VK, but really needed only read access to groups) and (owing to first part of answer) a lot of unnecessary dependencies.