feeds_oauth.api.php |
feeds_oauth.api.php |
|
Documentation of Feeds OAuth hooks. |
feeds_oauth.info |
feeds_oauth.info |
|
name = Feeds OAuth Fetcher
description = Enables OAuth authentication before retrieving a feed.
dependencies[] = feeds
package = Feeds
core = 7.x
php = 5.3
configure = admin/config/services/feeds-oauth
files[] = OAuthHTTPFetcher.inc
files[] =… |
feeds_oauth.install |
feeds_oauth.install |
|
Install schema and updates. |
feeds_oauth.module |
feeds_oauth.module |
|
The module file. |
INSTALL.txt |
INSTALL.txt |
|
* Download and enable the module
* Install php-proauth in sites/all/libraries using the following:
git clone https://github.com/infojunkie/php-proauth.git |
OAuth2HTTPSFetcher.inc |
OAuth2HTTPSFetcher.inc |
|
Definition of the import batch object created on the fetching stage by
OAuth2HTTPSFetcher. |
OAuthHTTPFetcher.inc |
OAuthHTTPFetcher.inc |
|
Definition of the import batch object created on the fetching stage by
OAuthHTTPFetcher. |
README.txt |
README.txt |
|
Feeds OAuth provides a new Feeds fetcher plugin that performs OAuth or OAuth 2.0 authorization before requesting a feed.
# Usage
* Obtain standard OAuth information from host: consumer key, consumer secret, request token URL, access token URL,… |