feeds_oauth_admin |
./feeds_oauth.module |
Form function for `feeds_oauth_admin`. |
|
1 |
feeds_oauth_authenticate |
./feeds_oauth.module |
Menu callback to start authenticating OAuth 1. |
|
1 |
feeds_oauth_authenticate2 |
./feeds_oauth.module |
Menu callback to start authenticating OAuth 2. |
|
1 |
feeds_oauth_callback |
./feeds_oauth.module |
Menu callback to complete authenticating OAuth 1. |
|
1 |
feeds_oauth_callback2 |
./feeds_oauth.module |
Menu callback to complete authenticating OAuth 2. |
|
1 |
feeds_oauth_feeds_oauth_authenticator |
./feeds_oauth.module |
Implements hook_feeds_oauth_authenticator(). |
|
|
feeds_oauth_feeds_plugins |
./feeds_oauth.module |
Implements hook_feed_plugins(). |
|
|
feeds_oauth_get_tokens |
./feeds_oauth.module |
Get tokens from database. |
|
1 |
feeds_oauth_menu |
./feeds_oauth.module |
Implements hook_menu(). |
|
|
feeds_oauth_refresh2 |
./feeds_oauth.module |
Menu callback to refresh access tokens for OAuth 2. |
1 |
|
feeds_oauth_requirements |
./feeds_oauth.install |
Implements hook_requirements(). |
|
|
feeds_oauth_schema |
./feeds_oauth.install |
Implements hook_schema(). |
1 |
|
feeds_oauth_update_7001 |
./feeds_oauth.install |
Add extra columns to 'feeds_oauth_access_token' for OAuth 2.0. |
|
|
feeds_oauth_update_7003 |
./feeds_oauth.install |
Enlarge size of oauth_token and oauth_token_secret. |
|
|
hook_feeds_oauth_authenticator |
./feeds_oauth.api.php |
Invoked during setup of the OAuth/OAuth2 fetcher to
select the source of the OAuth access token. By default,
Feeds OAuth provides its own authenticator which performs
the standard OAuth/OAuth2 protocol. |
|
|
twitter_get_tokens |
./feeds_oauth.api.php |
The authenticator callback that is used to retrieve the user's
access token pair. |
|
|
_feeds_oauth_admin_validate |
./feeds_oauth.module |
Validate function for `feeds_oauth_admin`. |
|
1 |
_feeds_oauth_store_token |
./feeds_oauth.module |
Store the access token in our {feeds_oauth_access_tokens} table. |
3 |
|