PublishThis Feed API Integration
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
The PublishThis Content Curation Platform enables a range of companies from eCommerce and Lead Generation to Media Companies and Trade Associations to search, curate and distribute the best content from around the web, including articles, blogs, videos, tweets and photos. Our data-powered, semantic search platform empowers businesses to package and integrate their curated content across all of their marketing channels.
This project integrates with the PublishThis Feed API. This work was commissioned by VisualMerc.com. This is a Drupal 7 module that provides the following stubs:
function getStreamData($server, $apikey, $stream_id)
function getArticlesBySavedFilterId($server, $apikey, $filter_id, $feeds, $limit)
function getArticlesBySavedFilterId_omitWireService($server, $apikey, $filter_id, $feeds, $limit)
This was enough for the purposes of my project to get the work done. There are a lot more function calls available with the PublishThis api. (Feel free to add your own). I hope this can be a starter code for other individuals who would like to integrate with PublishThis data.
