[Spark] Add class for handling Facebook Feeds

Review Request #227 — Created Oct. 30, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
master
lunr
This class can fetch feeds from various Facebook resources like Pages, Groups, Events or Users.
It also supports pagination via the get_next() and get_previous() methods. Via set_limit() you can specify how many posts per request you want to fetch from the feed.
Unit tests
src/Lunr/Spark/Facebook/Feed.php
src/Lunr/Spark/Facebook/Tests/FeedBaseTest.php
src/Lunr/Spark/Facebook/Tests/FeedClassifyTest.php
src/Lunr/Spark/Facebook/Tests/FeedGetDataTest.php
src/Lunr/Spark/Facebook/Tests/FeedGetNextDataTest.php
src/Lunr/Spark/Facebook/Tests/FeedGetPreviousDataTest.php
src/Lunr/Spark/Facebook/Tests/FeedTest.php
tests/phpunit.xml
Loading...