function twitter_feeds_oauth_authenticator in Feeds OAuth 6
On behalf implementation of hook_feeds_oauth_authenticator() for twitter.module.
File
- ./
feeds_oauth.module, line 148
Code
function twitter_feeds_oauth_authenticator() {
return array(
'twitter_get_tokens' => 'Twitter',
);
}