[Spark] Add class for handling Facebook Feeds
Review Request #227 — Created Oct. 30, 2013 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
master | |
Reviewers | |
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